mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-31 23:47:28 -08:00
fix(editor): Prevent stickies from being edited in preview mode in the new canvas (#12222)
This commit is contained in:
parent
9b5903524b
commit
6706dcdf72
|
@ -109,6 +109,7 @@ onBeforeUnmount(() => {
|
||||||
:model-value="renderOptions.content"
|
:model-value="renderOptions.content"
|
||||||
:background-color="renderOptions.color"
|
:background-color="renderOptions.color"
|
||||||
:edit-mode="isActive"
|
:edit-mode="isActive"
|
||||||
|
:read-only="isReadOnly"
|
||||||
@edit="onEdit"
|
@edit="onEdit"
|
||||||
@dblclick="onDoubleClick"
|
@dblclick="onDoubleClick"
|
||||||
@update:model-value="onInputChange"
|
@update:model-value="onInputChange"
|
||||||
|
|
Loading…
Reference in a new issue