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 ad4b975 commit cdf39d0Copy full SHA for cdf39d0
1 file changed
src/renderer/components/ui/tree/TreeNode.vue
@@ -442,7 +442,7 @@ function onCancelEdit() {
442
v-else
443
ref="editInputRef"
444
v-model="editValue"
445
- class="outline-primary min-w-0 flex-1 rounded-sm bg-transparent outline outline-1"
+ class="outline-primary mr-1 min-w-0 flex-1 rounded-sm bg-transparent outline outline-1"
446
@keydown.esc="onCancelEdit"
447
@keydown.enter="onUpdateLabel"
448
@blur="onUpdateLabel"
0 commit comments