From d81aac9453b33e16ba36f1f2fcfbde520b5dadc5 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Thu, 11 Dec 2025 10:44:58 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/15564#issuecomment-3637546514 Signed-off-by: Daniel <845765@qq.com> --- app/src/protyle/gutter/index.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/protyle/gutter/index.ts b/app/src/protyle/gutter/index.ts index 72eb69f40..6b0cd2984 100644 --- a/app/src/protyle/gutter/index.ts +++ b/app/src/protyle/gutter/index.ts @@ -16,7 +16,8 @@ import { isInHarmony, isMac, isOnlyMeta, - openByMobile, updateHotkeyAfterTip, + openByMobile, + updateHotkeyAfterTip, updateHotkeyTip, writeText } from "../util/compatibility"; @@ -829,7 +830,6 @@ export class Gutter { cb: (toPath) => { hintMoveBlock(toPath[0], selectsElement, protyle); }, - rootIDs: [protyle.block.rootID], flashcard: false }); } @@ -1430,7 +1430,6 @@ export class Gutter { hintMoveBlock(toPath[0], [nodeElement], protyle); }, flashcard: false, - rootIDs: [protyle.block.rootID], }); } }).element);