fix: use default cursor on slot label area

This commit is contained in:
Arthur R Longbottom
2026-03-27 19:26:15 -05:00
parent 3f684bd95c
commit 081a55007a

View File

@@ -35,7 +35,7 @@
/>
<!-- Slot Name -->
<div class="flex h-full min-w-0 items-center">
<div class="flex h-full min-w-0 cursor-default items-center">
<input
v-if="isRenaming"
ref="renameInputRef"