mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 00:04:21 +01:00
This commit is contained in:
parent
297e536a09
commit
4904f2badf
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue