mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -197,6 +197,7 @@ export class WYSIWYG {
|
||||
}
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
window.siyuan.ctrlIsPressed = false // https://github.com/siyuan-note/siyuan/issues/6373
|
||||
const range = getEditorRange(protyle.wysiwyg.element);
|
||||
const nodeElement = hasClosestBlock(range.startContainer);
|
||||
if (!nodeElement) {
|
||||
|
||||
Reference in New Issue
Block a user