diff --git a/packages/text-editor/src/components/CollaboratorEditor.svelte b/packages/text-editor/src/components/CollaboratorEditor.svelte index 7842463dd1..1d52cd96f4 100644 --- a/packages/text-editor/src/components/CollaboratorEditor.svelte +++ b/packages/text-editor/src/components/CollaboratorEditor.svelte @@ -259,7 +259,7 @@ appendTo: () => boundary ?? element }, shouldShow: () => { - if (!visible || !readonly || !canShowPopups) { + if (!visible || readonly || !canShowPopups) { return false } return editor?.isActive('image')