mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
37919252ec
commit
ca587324e4
1 changed files with 1 additions and 1 deletions
|
|
@ -637,7 +637,7 @@ export const showColMenu = (protyle: IProtyle, blockElement: Element, cellElemen
|
|||
icon: "iconInsertRight",
|
||||
label: window.siyuan.languages.insertColumnRight,
|
||||
click() {
|
||||
const addMenu = addCol(protyle, blockElement, cellElement.nextElementSibling?.getAttribute("data-col-id") || "");
|
||||
const addMenu = addCol(protyle, blockElement, cellElement.getAttribute("data-col-id") || "");
|
||||
const addRect = cellElement.getBoundingClientRect();
|
||||
addMenu.open({
|
||||
x: addRect.left,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue