From 960766509dfcb9a14a4454fc35f24876f7a37e17 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 2 May 2024 13:13:20 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/11223 --- 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 b1cb27982..84621b8a1 100644 --- a/app/src/protyle/render/av/col.ts +++ b/app/src/protyle/render/av/col.ts @@ -175,7 +175,7 @@ export const getEditHTML = (options: { } else if (colData.type === "template") { html += ` `; } else if (colData.type === "relation") { const isSelf = colData.relation?.avID === options.data.id;