mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 23:08:49 +01:00
This commit is contained in:
parent
72c84f5f3d
commit
a63686cb05
1 changed files with 9 additions and 9 deletions
|
|
@ -1802,15 +1802,6 @@ export class Gutter {
|
|||
transferBlockRef(id);
|
||||
}
|
||||
}
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
id: "jumpToParentNext",
|
||||
label: window.siyuan.languages.jumpToParentNext,
|
||||
accelerator: window.siyuan.config.keymap.editor.general.jumpToParentNext.custom,
|
||||
click() {
|
||||
hideElements(["select"], protyle);
|
||||
jumpToParent(protyle, nodeElement, "next");
|
||||
}
|
||||
}).element);
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
id: "jumpToParentPrev",
|
||||
label: window.siyuan.languages.jumpToParentPrev,
|
||||
|
|
@ -1820,6 +1811,15 @@ export class Gutter {
|
|||
jumpToParent(protyle, nodeElement, "previous");
|
||||
}
|
||||
}).element);
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
id: "jumpToParentNext",
|
||||
label: window.siyuan.languages.jumpToParentNext,
|
||||
accelerator: window.siyuan.config.keymap.editor.general.jumpToParentNext.custom,
|
||||
click() {
|
||||
hideElements(["select"], protyle);
|
||||
jumpToParent(protyle, nodeElement, "next");
|
||||
}
|
||||
}).element);
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
id: "jumpToParent",
|
||||
label: window.siyuan.languages.jumpToParent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue