fix(editor): Prevent stickies from being edited in preview mode in the new canvas (#12222)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-12-16 12:46:02 +01:00 committed by GitHub
parent 9b5903524b
commit 6706dcdf72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"