Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
ddac5ff625
2 changed files with 4 additions and 2 deletions
|
@ -329,7 +329,7 @@ export const keymap = {
|
|||
keymap.search("", "");
|
||||
});
|
||||
keymap.element.querySelector("#keymapResetBtn").addEventListener("click", () => {
|
||||
confirmDialog(window.siyuan.languages.reset, window.siyuan.languages.confirmReset, () => {
|
||||
confirmDialog("⚠️ " + window.siyuan.languages.reset, window.siyuan.languages.confirmReset, () => {
|
||||
fetchPost("/api/setting/setKeymap", {
|
||||
data: Constants.SIYUAN_KEYMAP,
|
||||
}, () => {
|
||||
|
|
|
@ -315,7 +315,9 @@ func GetBacklink2(id, keyword, mentionKeyword string, sortMode, mentionSortMode
|
|||
return backmentions[i].ID > backmentions[j].ID
|
||||
})
|
||||
|
||||
mentionsCount = len(backmentions)
|
||||
for _, backmention := range backmentions {
|
||||
mentionsCount += backmention.Count
|
||||
}
|
||||
|
||||
// 添加笔记本名称
|
||||
var boxIDs []string
|
||||
|
|
Loading…
Add table
Reference in a new issue