From 16fa8a4548bd320f07a7965ded677b93227dc3e3 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 5 Dec 2023 22:52:02 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/9819 --- app/src/protyle/render/av/col.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/render/av/col.ts b/app/src/protyle/render/av/col.ts index 9003d00db..220f72b78 100644 --- a/app/src/protyle/render/av/col.ts +++ b/app/src/protyle/render/av/col.ts @@ -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, [{