From eea07195c6ea27f20691342ad4d0052740b05cb6 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 16 Jul 2025 10:31:50 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/15300 --- 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 febd741c1..980fbe297 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -335,7 +335,7 @@ export class WYSIWYG { textPlain += cellText + "\t"; } }); - textPlain = textPlain.substring(0, textPlain.length - 2); + textPlain = textPlain.substring(0, textPlain.length - 1); html = html.substring(0, html.length - 1) + "]"; } } else if (selectTableElement) {