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 b09ff3d commit ef73441Copy full SHA for ef73441
src/components/graph/GraphCanvas.vue
@@ -44,7 +44,7 @@
44
<template #graph-canvas-panel>
45
<GraphCanvasMenu v-if="canvasMenuEnabled" class="pointer-events-auto" />
46
<MiniMap
47
- v-if="comfyAppReady && minimapEnabled"
+ v-if="comfyAppReady && minimapEnabled && betaMenuEnabled"
48
class="pointer-events-auto"
49
/>
50
</template>
0 commit comments