fix: remove cursor-text from slot label, keep crosshair

This commit is contained in:
Arthur R Longbottom
2026-03-27 19:29:28 -05:00
parent 8448821ee1
commit 58b795b419

View File

@@ -51,7 +51,7 @@
v-else-if="!props.dotOnly && !hasNoLabel"
:class="
cn(
'cursor-text truncate text-node-component-slot-text transition-colors duration-150 hover:text-muted-foreground',
'truncate text-node-component-slot-text transition-colors duration-150 hover:text-muted-foreground',
hasError && 'font-medium text-error'
)
"