mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
fix(editor): Don't reset node name on click while renaming (#16755)
This commit is contained in:
parent
e163141b72
commit
a99ccfffe1
1 changed files with 1 additions and 5 deletions
|
|
@ -104,11 +104,7 @@ const computedInlineStyles = computed(() => {
|
|||
@update:model-value="onInput"
|
||||
@update:state="onStateChange"
|
||||
>
|
||||
<EditableArea
|
||||
:style="computedInlineStyles"
|
||||
:class="$style.inlineRenameArea"
|
||||
@click="forceFocus"
|
||||
>
|
||||
<EditableArea :style="computedInlineStyles" :class="$style.inlineRenameArea">
|
||||
<span ref="measureSpan" :class="$style.measureSpan">
|
||||
{{ temp }}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue