From 26108a9cbeaed84f1f787c293900451a8a18b27d Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 4 Apr 2024 10:29:47 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/10865 --- app/src/protyle/wysiwyg/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/wysiwyg/index.ts b/app/src/protyle/wysiwyg/index.ts index bcc169aae..dba8efde0 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -443,7 +443,7 @@ export class WYSIWYG { action: "setAttrViewColWidth", id: dragColId, avID: avId, - data: newWidth, + data: newWidth + "px", blockID }], [{ action: "setAttrViewColWidth",