mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
🚨
This commit is contained in:
parent
c70031ed3a
commit
2e1394a01b
8 changed files with 25 additions and 25 deletions
|
|
@ -894,7 +894,7 @@ export const openMenuPanel = (options: {
|
|||
break;
|
||||
} else if (type === "removeCol") {
|
||||
const colId = menuElement.querySelector(".b3-menu__item").getAttribute("data-col-id");
|
||||
let previousID: string
|
||||
let previousID: string;
|
||||
const colData = data.view.columns.find((item: IAVColumn, index) => {
|
||||
if (item.id === colId) {
|
||||
previousID = data.view.columns[index - 1]?.id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue