mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 12:38:07 +01:00
🚨
This commit is contained in:
parent
ccef05208b
commit
fae96fd141
4 changed files with 10 additions and 11 deletions
|
|
@ -197,7 +197,7 @@ export class WYSIWYG {
|
|||
}
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
window.siyuan.ctrlIsPressed = false // https://github.com/siyuan-note/siyuan/issues/6373
|
||||
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