File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,9 @@ export const EditorBubbleMenu: FC<EditorBubbleMenuProps> = (props: any) => {
8787 } , [ ] ) ;
8888
8989 return (
90- < BubbleMenu
91- { ...bubbleMenuProps }
92- className = "flex py-2 divide-x divide-custom-border-200 rounded-lg border border-custom-border-200 bg-custom-background-100 shadow-custom-shadow-rg"
93- >
90+ < BubbleMenu { ...bubbleMenuProps } >
9491 { ! isSelecting && (
95- < >
92+ < div className = "flex py-2 divide-x divide-custom-border-200 rounded-lg border border-custom-border-200 bg-custom-background-100 shadow-custom-shadow-rg" >
9693 < div className = "px-2" >
9794 { ! props . editor . isActive ( "table" ) && (
9895 < BubbleMenuNodeSelector
@@ -161,7 +158,7 @@ export const EditorBubbleMenu: FC<EditorBubbleMenuProps> = (props: any) => {
161158 editor . commands . setTextSelection ( pos ?? 0 ) ;
162159 } }
163160 />
164- </ >
161+ </ div >
165162 ) }
166163 </ BubbleMenu >
167164 ) ;
You can’t perform that action at this time.
0 commit comments