mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: improve readability of the math extension
This commit is contained in:
parent
4feed27efe
commit
7dcb299d1d
2 changed files with 14 additions and 9 deletions
|
|
@ -110,7 +110,7 @@ export const ToolbarButtons = ({ editor, props }: any) => {
|
|||
.chain()
|
||||
.focus()
|
||||
.insertContent({
|
||||
type: "blockMathEquation",
|
||||
type: "blockMathEquation",
|
||||
})
|
||||
.run()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue