mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 22:19:41 -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"
|
||||
:background-color="renderOptions.color"
|
||||
:edit-mode="isActive"
|
||||
:read-only="isReadOnly"
|
||||
@edit="onEdit"
|
||||
@dblclick="onDoubleClick"
|
||||
@update:model-value="onInputChange"
|
||||
|
|
Loading…
Reference in a new issue