Vanessa 2024-05-10 17:58:40 +08:00
parent 78cf75b34e
commit 85775ac953

View file

@ -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") &&