From 5e50812b3984ab75a6dad4ebf640735429d552b5 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 24 Dec 2023 11:11:07 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/9888 --- app/src/protyle/render/av/col.ts | 110 ++++++++++++--------- app/src/protyle/render/av/openMenuPanel.ts | 1 + app/src/protyle/render/av/relation.ts | 4 + 3 files changed, 68 insertions(+), 47 deletions(-) diff --git a/app/src/protyle/render/av/col.ts b/app/src/protyle/render/av/col.ts index 503323cbf..34b7236fd 100644 --- a/app/src/protyle/render/av/col.ts +++ b/app/src/protyle/render/av/col.ts @@ -134,8 +134,7 @@ export const getEditHTML = (options: { `; }); - } - if (colData.type === "number") { + } else if (colData.type === "number") { html += ` `; } else if (colData.type === "relation") { const isSelf = colData.relation?.avID === options.data.id; - html += ` -