mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 11:38:06 +01:00
This commit is contained in:
parent
78cf75b34e
commit
85775ac953
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ export class Gutter {
|
|||
}
|
||||
if (isOnlyMeta(event)) {
|
||||
zoomOut({protyle, id});
|
||||
} else if (event.altKey && !protyle.disabled) {
|
||||
} else if (event.altKey) {
|
||||
let foldElement: Element;
|
||||
Array.from(protyle.wysiwyg.element.querySelectorAll(`[data-node-id="${id}"]`)).find(item => {
|
||||
if (!hasClosestByAttribute(item.parentElement, "data-type", "NodeBlockQueryEmbed") &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue