Skip to content

Commit 3a29a20

Browse files
committed
Add vue node feature flag (#4927)
1 parent 39d6f5c commit 3a29a20

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/graph/DomWidgets.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { computed } from 'vue'
1616
1717
import DomWidget from '@/components/graph/widgets/DomWidget.vue'
1818
import { useChainCallback } from '@/composables/functional/useChainCallback'
19-
import { LiteGraph } from '@/lib/litegraph/src/litegraph'
2019
import { useDomWidgetStore } from '@/stores/domWidgetStore'
2120
import { useCanvasStore } from '@/stores/graphStore'
2221
@@ -28,9 +27,6 @@ const updateWidgets = () => {
2827
const lgCanvas = canvasStore.canvas
2928
if (!lgCanvas) return
3029
31-
// Skip updating DOM widgets when Vue nodes mode is enabled
32-
if (LiteGraph.vueNodesMode) return
33-
3430
const lowQuality = lgCanvas.low_quality
3531
const currentGraph = lgCanvas.graph
3632

0 commit comments

Comments
 (0)