From d4806332a35d311635e2d5d8f3db75f8eb1913c2 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 22 Apr 2023 09:19:47 +0800 Subject: [PATCH] :art: Add configuration item `Editor` - `[[ Only search doc block` Fix https://github.com/siyuan-note/siyuan/issues/8077 --- app/src/protyle/hint/extend.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/protyle/hint/extend.ts b/app/src/protyle/hint/extend.ts index 5cab93408..2ddb7a9fb 100644 --- a/app/src/protyle/hint/extend.ts +++ b/app/src/protyle/hint/extend.ts @@ -307,7 +307,6 @@ export const hintRef = (key: string, protyle: IProtyle, isQuick = false): IHintD id: nodeElement ? nodeElement.getAttribute("data-node-id") : protyle.block.parentID, beforeLen: Math.floor((Math.max(protyle.element.clientWidth / 2, 320) - 58) / 28.8), rootID: protyle.block.rootID, - onlyDoc: ["[[", "【【"].includes(protyle.hint.splitChar) }, (response) => { const dataList: IHintData[] = []; if (response.data.newDoc) {