From 85775ac95369862ec051debc4b1acd3d268957e1 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 10 May 2024 17:58:40 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/11337 --- app/src/protyle/gutter/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/gutter/index.ts b/app/src/protyle/gutter/index.ts index 496028258..d12a61ba6 100644 --- a/app/src/protyle/gutter/index.ts +++ b/app/src/protyle/gutter/index.ts @@ -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") &&