From d85cd5067078b8a665519f203935d9f3b95fd004 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 6 Feb 2024 21:30:34 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/10329 --- 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 c459355de..713ddaa77 100644 --- a/app/src/protyle/render/av/col.ts +++ b/app/src/protyle/render/av/col.ts @@ -112,7 +112,7 @@ export const getEditHTML = (options: { ${getColNameByType(colData.type)} `; - if (colData.options && colData.options.length > 0) { + if (["mSelect", "select"].includes(colData.type) && colData.options && colData.options.length > 0) { html += `