From 1f6f7c44d7bffa10ef69c686a2862a23cec5d75a Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 1 May 2024 16:37:49 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/11160 --- app/src/block/Panel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/block/Panel.ts b/app/src/block/Panel.ts index bd57c0b17..b3393ea0f 100644 --- a/app/src/block/Panel.ts +++ b/app/src/block/Panel.ts @@ -157,7 +157,7 @@ export class BlockPanel { action.push(Constants.CB_GET_ALL); } else { action.push(Constants.CB_GET_CONTEXT); - action.push(Constants.CB_GET_HL); + // 不需要高亮 https://github.com/siyuan-note/siyuan/issues/11160#issuecomment-2084652764 } if (this.isBacklink) {