fix: #798
This commit is contained in:
parent
c474f50435
commit
7446883595
|
|
@ -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: "",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue