Skip to content

Commit

Permalink
fix(editor): Prevent stickies from being edited in preview mode in th…
Browse files Browse the repository at this point in the history
…e new canvas (#12222)
  • Loading branch information
netroy authored Dec 16, 2024
1 parent 9b59035 commit 6706dcd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6706dcd

Please # to comment.