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 80b6dc1 commit 9445726Copy full SHA for 9445726
src/renderer/extensions/vueNodes/components/LGraphNode.vue
@@ -116,7 +116,7 @@
116
117
<!-- Resize handle -->
118
<div
119
- v-if="!readonly"
+ v-if="!isCollapsed"
120
class="absolute bottom-0 right-0 w-3 h-3 cursor-se-resize opacity-0 hover:opacity-20 hover:bg-white transition-opacity duration-200"
121
@pointerdown.stop="startResize"
122
/>
0 commit comments