File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 17
17
v-if =" workflowTabsPosition === 'Topbar (2nd-row)'"
18
18
/>
19
19
</div >
20
- <GraphCanvasMenu v-if =" canvasMenuEnabled" class =" pointer-events-auto" />
21
-
22
- <MiniMap
23
- v-if =" comfyAppReady && minimapEnabled"
24
- class =" pointer-events-auto"
25
- />
26
20
</template >
27
21
</LiteGraphCanvasSplitterOverlay >
28
- <GraphCanvasMenu v-if =" !betaMenuEnabled && canvasMenuEnabled" />
22
+ <GraphCanvasMenu v-if =" canvasMenuEnabled" class =" pointer-events-auto" />
23
+ <MiniMap v-if =" comfyAppReady && minimapEnabled" class =" pointer-events-auto" />
29
24
<canvas
30
25
id =" graph-canvas"
31
26
ref =" canvasRef"
32
27
tabindex =" 1"
33
28
class =" align-top w-full h-full touch-none"
34
29
/>
35
-
36
30
<!-- TransformPane for Vue node rendering -->
37
31
<TransformPane
38
32
v-if =" isVueNodesEnabled && comfyApp.canvas && comfyAppReady"
You can’t perform that action at this time.
0 commit comments