Skip to content

Commit 9445726

Browse files
remove old prop
1 parent 80b6dc1 commit 9445726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/extensions/vueNodes/components/LGraphNode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
<!-- Resize handle -->
118118
<div
119-
v-if="!readonly"
119+
v-if="!isCollapsed"
120120
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"
121121
@pointerdown.stop="startResize"
122122
/>

0 commit comments

Comments
 (0)