Skip to content

Commit cdf39d0

Browse files
committed
fix(tree): prevent inline rename border clipping
1 parent ad4b975 commit cdf39d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/components/ui/tree/TreeNode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ function onCancelEdit() {
442442
v-else
443443
ref="editInputRef"
444444
v-model="editValue"
445-
class="outline-primary min-w-0 flex-1 rounded-sm bg-transparent outline outline-1"
445+
class="outline-primary mr-1 min-w-0 flex-1 rounded-sm bg-transparent outline outline-1"
446446
@keydown.esc="onCancelEdit"
447447
@keydown.enter="onUpdateLabel"
448448
@blur="onUpdateLabel"

0 commit comments

Comments
 (0)