fix
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
stateManager.tool.value === TOOLS.TEXT
|
||||
"
|
||||
>
|
||||
<!-- <component
|
||||
<component
|
||||
:is="components[node.data.component]"
|
||||
:class="{ active: stateManager.activeNodeID.value === node.id }"
|
||||
:active="stateManager.activeNodeID.value === node.id"
|
||||
@@ -40,7 +40,7 @@
|
||||
@update-data="(v) => (node.data.data = v)"
|
||||
@bring-to-font="bringToFont(node.id)"
|
||||
@send-to-back="sendToBack(node.id)"
|
||||
/> -->
|
||||
/>
|
||||
</node>
|
||||
</template>
|
||||
</VueFlow>
|
||||
|
||||
Reference in New Issue
Block a user