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: { properties: {
id: props.id, id: props.id,
innerHTML: innerHTML:
slice((props.prefix || "") + props.text, 30) + slice((props.prefix || "") + props.text, 50) +
(props.suffix || ""), (props.suffix || ""),
title: "", title: "",
}, },