mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
feat: remove the divider that between widgets and slots (#5517)
This commit is contained in:
@@ -104,11 +104,6 @@
|
|||||||
@slot-click="handleSlotClick"
|
@slot-click="handleSlotClick"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div
|
|
||||||
v-if="shouldRenderSlots && shouldShowWidgets"
|
|
||||||
:class="separatorClasses"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<!-- Widgets rendered at reduced+ detail -->
|
<!-- Widgets rendered at reduced+ detail -->
|
||||||
<NodeWidgets
|
<NodeWidgets
|
||||||
v-if="shouldShowWidgets"
|
v-if="shouldShowWidgets"
|
||||||
@@ -118,11 +113,6 @@
|
|||||||
:lod-level="lodLevel"
|
:lod-level="lodLevel"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div
|
|
||||||
v-if="(shouldRenderSlots || shouldShowWidgets) && shouldShowContent"
|
|
||||||
:class="separatorClasses"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<!-- Custom content at reduced+ detail -->
|
<!-- Custom content at reduced+ detail -->
|
||||||
<NodeContent
|
<NodeContent
|
||||||
v-if="shouldShowContent"
|
v-if="shouldShowContent"
|
||||||
|
|||||||
Reference in New Issue
Block a user