mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-13 10:44:20 +01:00
This commit is contained in:
parent
91a768e4e7
commit
49d9643eb4
2 changed files with 4 additions and 2 deletions
|
|
@ -568,7 +568,9 @@ ${window.siyuan.languages.insertRowAfter.replace("${x}", `<span class="fn__space
|
|||
label: window.siyuan.languages.unbindBlock,
|
||||
icon: "iconLinkOff",
|
||||
click() {
|
||||
updateCellsValue(protyle, blockElement, keyCellElement.querySelector(".av__celltext").textContent, [keyCellElement]);
|
||||
updateCellsValue(protyle, blockElement, {
|
||||
content: keyCellElement.querySelector(".av__celltext").textContent,
|
||||
}, [keyCellElement]);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue