mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
This commit is contained in:
parent
b017c4c356
commit
ccef05208b
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue