Vanessa 2026-02-01 22:12:22 +08:00
parent 297e536a09
commit 4904f2badf

View file

@ -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);
}