mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
🎨 块引用与所引用的内容块进行交换 https://github.com/siyuan-note/siyuan/issues/4981
This commit is contained in:
parent
7ed804f5bb
commit
8cbdff70c3
6 changed files with 12 additions and 2 deletions
|
|
@ -220,7 +220,7 @@ export const refMenu = (protyle: IProtyle, element: HTMLElement) => {
|
|||
});
|
||||
}
|
||||
submenu.push({
|
||||
label: "原始块",
|
||||
label: window.siyuan.languages.defBlock,
|
||||
click() {
|
||||
fetchPost("/api/block/swapBlockRef", {
|
||||
refID: id,
|
||||
|
|
@ -230,7 +230,7 @@ export const refMenu = (protyle: IProtyle, element: HTMLElement) => {
|
|||
}
|
||||
});
|
||||
submenu.push({
|
||||
label: "原始块及子块",
|
||||
label: window.siyuan.languages.defBlockChildren,
|
||||
click() {
|
||||
fetchPost("/api/block/swapBlockRef", {
|
||||
refID: id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue