diff --git a/app/src/protyle/wysiwyg/index.ts b/app/src/protyle/wysiwyg/index.ts index fbb7d0c36..48e96fc00 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -2610,7 +2610,7 @@ export class WYSIWYG { } const emojiElement = hasTopClosestByClassName(event.target, "emoji"); - if (!event.shiftKey && !ctrlIsPressed && emojiElement) { + if (!protyle.disabled && !event.shiftKey && !ctrlIsPressed && emojiElement) { const nodeElement = hasClosestBlock(emojiElement); if (nodeElement) { const emojiRect = emojiElement.getBoundingClientRect();