From c0cfcd3a40def39ff87fc3a25b797d9a0ceab3a3 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 17 Jul 2023 11:22:39 +0800 Subject: [PATCH] :sparkles: https://github.com/siyuan-note/siyuan/issues/8769 --- app/src/protyle/render/av/col.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/src/protyle/render/av/col.ts b/app/src/protyle/render/av/col.ts index a1e7f3e0f..b696b468f 100644 --- a/app/src/protyle/render/av/col.ts +++ b/app/src/protyle/render/av/col.ts @@ -226,6 +226,11 @@ export const showColMenu = (protyle: IProtyle, blockElement: HTMLElement, cellEl avID, type, id + }, { + action: "sortAttrViewCol", + avID, + previousID: colId, + id }, { action: "updateAttrViewColOptions", id: colId,