This commit is contained in:
parent
1b89dc0ee2
commit
16fa8a4548
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ export const showColMenu = (protyle: IProtyle, blockElement: Element, cellElemen
|
|||
}
|
||||
const isPin = cellElement.dataset.pin === "true";
|
||||
menu.addItem({
|
||||
icon: "iconPin",
|
||||
icon: isPin ? "iconUnpin" : "iconPin",
|
||||
label: isPin ? window.siyuan.languages.unfreezeCol : window.siyuan.languages.freezeCol,
|
||||
click() {
|
||||
transaction(protyle, [{
|
||||
|
|
Loading…
Add table
Reference in a new issue