mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Prevent stickies from being edited in preview mode in the new canvas (#12222)
This commit is contained in:
committed by
GitHub
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"
|
||||
|
||||
Reference in New Issue
Block a user