This commit is contained in:
windingwind 2023-12-17 12:01:41 +08:00
parent c474f50435
commit 7446883595

View File

@ -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: "",
},