We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d6f5c commit 3a29a20Copy full SHA for 3a29a20
src/components/graph/DomWidgets.vue
@@ -16,7 +16,6 @@ import { computed } from 'vue'
16
17
import DomWidget from '@/components/graph/widgets/DomWidget.vue'
18
import { useChainCallback } from '@/composables/functional/useChainCallback'
19
-import { LiteGraph } from '@/lib/litegraph/src/litegraph'
20
import { useDomWidgetStore } from '@/stores/domWidgetStore'
21
import { useCanvasStore } from '@/stores/graphStore'
22
@@ -28,9 +27,6 @@ const updateWidgets = () => {
28
27
const lgCanvas = canvasStore.canvas
29
if (!lgCanvas) return
30
31
- // Skip updating DOM widgets when Vue nodes mode is enabled
32
- if (LiteGraph.vueNodesMode) return
33
-
34
const lowQuality = lgCanvas.low_quality
35
const currentGraph = lgCanvas.graph
36
0 commit comments