mirror of https://github.com/fantasticit/think.git
client: remove text bubble menu
parent
bec87175b4
commit
9c1d9bd15d
|
@ -105,7 +105,7 @@ const _MenuBar: React.FC<{ editor: Editor }> = ({ editor }) => {
|
||||||
<Image editor={editor} />
|
<Image editor={editor} />
|
||||||
<Iframe editor={editor} />
|
<Iframe editor={editor} />
|
||||||
<Table editor={editor} />
|
<Table editor={editor} />
|
||||||
<Text editor={editor} />
|
{/* <Text editor={editor} /> */}
|
||||||
<Mind editor={editor} />
|
<Mind editor={editor} />
|
||||||
</Space>
|
</Space>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue