mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
🚨
This commit is contained in:
parent
b73b2cb5c9
commit
f75fc9c545
1 changed files with 2 additions and 2 deletions
|
|
@ -590,7 +590,7 @@ const addConfigMoreMenu = (config: ISearchOption, edit: Protyle, element: Elemen
|
||||||
config.sort = 4;
|
config.sort = 4;
|
||||||
inputEvent(element, config, undefined, edit);
|
inputEvent(element, config, undefined, edit);
|
||||||
}
|
}
|
||||||
}]
|
}];
|
||||||
if (config.group === 1) {
|
if (config.group === 1) {
|
||||||
sortMenu.push({
|
sortMenu.push({
|
||||||
label: window.siyuan.languages.context,
|
label: window.siyuan.languages.context,
|
||||||
|
|
@ -599,7 +599,7 @@ const addConfigMoreMenu = (config: ISearchOption, edit: Protyle, element: Elemen
|
||||||
config.sort = 5;
|
config.sort = 5;
|
||||||
inputEvent(element, config, undefined, edit);
|
inputEvent(element, config, undefined, edit);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
window.siyuan.menus.menu.append(new MenuItem({
|
window.siyuan.menus.menu.append(new MenuItem({
|
||||||
label: window.siyuan.languages.sort,
|
label: window.siyuan.languages.sort,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue