From 4904f2badfc9a006a55257a7326e6f6c09e145cc Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 1 Feb 2026 22:12:22 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/11569 --- app/src/protyle/wysiwyg/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/wysiwyg/index.ts b/app/src/protyle/wysiwyg/index.ts index 2c70df697..a847522b3 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -126,10 +126,10 @@ export class WYSIWYG { this.element.classList.add("protyle-wysiwyg--attr"); } this.bindCommonEvent(protyle); + this.bindEvent(protyle); if (protyle.options.action.includes(Constants.CB_GET_HISTORY)) { return; } - this.bindEvent(protyle); keydown(protyle, this.element); dropEvent(protyle, this.element); }