From 7446883595919b1b413c58d956bc3ec81cd45ca4 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sun, 17 Dec 2023 12:01:41 +0800 Subject: [PATCH] fix: #798 --- src/modules/editor/toolbar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/editor/toolbar.ts b/src/modules/editor/toolbar.ts index ef9d555..373f959 100644 --- a/src/modules/editor/toolbar.ts +++ b/src/modules/editor/toolbar.ts @@ -492,7 +492,7 @@ async function registerEditorToolbarPopup( properties: { id: props.id, innerHTML: - slice((props.prefix || "") + props.text, 30) + + slice((props.prefix || "") + props.text, 50) + (props.suffix || ""), title: "", },