diff --git a/web/components/editor.tsx b/web/components/editor.tsx index d8a8d37f..468f2cca 100644 --- a/web/components/editor.tsx +++ b/web/components/editor.tsx @@ -33,6 +33,7 @@ import { Row } from './layout/row' import { Spacer } from './layout/spacer' import { MarketModal } from './editor/market-modal' import { insertContent } from './editor/utils' +import { Tooltip } from './tooltip' const DisplayImage = Image.configure({ HTMLAttributes: { @@ -155,15 +156,15 @@ export function TextEditor(props: { {/* Toolbar, with buttons for images and embeds */}
-
+ -
-
+ + -
-
+ + -
+ {/* Spacer that also focuses editor on click */}
+
- +
) : ( <>{children} )