diff --git a/components/editor/intelli/menu/menu-bubble.jsx b/components/editor/intelli/menu/menu-bubble.jsx index daa0108..0e44461 100644 --- a/components/editor/intelli/menu/menu-bubble.jsx +++ b/components/editor/intelli/menu/menu-bubble.jsx @@ -12,7 +12,11 @@ export const MenuBubble = ({ editor }) => { // 根据长度优化 return - {selectLength > 20 &&
+ {selectLength < 64 &&
+ +
+ } + {selectLength > 64 &&