瀏覽代碼

:art: https://github.com/siyuan-note/siyuan/issues/11160

Vanessa 1 年之前
父節點
當前提交
1f6f7c44d7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/block/Panel.ts

+ 1 - 1
app/src/block/Panel.ts

@@ -157,7 +157,7 @@ export class BlockPanel {
                 action.push(Constants.CB_GET_ALL);
                 action.push(Constants.CB_GET_ALL);
             } else {
             } else {
                 action.push(Constants.CB_GET_CONTEXT);
                 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) {
             if (this.isBacklink) {