Procházet zdrojové kódy

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

Vanessa před 1 rokem
rodič
revize
1f6f7c44d7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);
             } 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) {