Vanessa 2025-07-11 11:32:37 +08:00
parent c3e5164044
commit 0e8931ff12
2 changed files with 2 additions and 2 deletions

View file

@ -960,7 +960,7 @@ export const showColMenu = (protyle: IProtyle, blockElement: Element, cellElemen
label: window.siyuan.languages.syncColWidth,
click() {
transaction(protyle, [{
action: "syncColWidth",
action: "syncAttrViewTableColWidth",
keyID: colId,
avID,
id: blockElement.getAttribute(Constants.CUSTOM_SY_AV_VIEW),

View file

@ -64,7 +64,7 @@ type TOperation =
| "setAttrViewColDesc"
| "setAttrViewBlockView"
| "setAttrViewGroup"
| "syncColWidth"
| "syncAttrViewTableColWidth"
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
type TCardType = "doc" | "notebook" | "all"
type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |