mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🎨 Add configuration item Editor - [[ Only search doc block Fix https://github.com/siyuan-note/siyuan/issues/8077
This commit is contained in:
parent
b969b4723c
commit
d4806332a3
1 changed files with 0 additions and 1 deletions
|
|
@ -307,7 +307,6 @@ export const hintRef = (key: string, protyle: IProtyle, isQuick = false): IHintD
|
||||||
id: nodeElement ? nodeElement.getAttribute("data-node-id") : protyle.block.parentID,
|
id: nodeElement ? nodeElement.getAttribute("data-node-id") : protyle.block.parentID,
|
||||||
beforeLen: Math.floor((Math.max(protyle.element.clientWidth / 2, 320) - 58) / 28.8),
|
beforeLen: Math.floor((Math.max(protyle.element.clientWidth / 2, 320) - 58) / 28.8),
|
||||||
rootID: protyle.block.rootID,
|
rootID: protyle.block.rootID,
|
||||||
onlyDoc: ["[[", "【【"].includes(protyle.hint.splitChar)
|
|
||||||
}, (response) => {
|
}, (response) => {
|
||||||
const dataList: IHintData[] = [];
|
const dataList: IHintData[] = [];
|
||||||
if (response.data.newDoc) {
|
if (response.data.newDoc) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue