feat: improve readability of the math extension

This commit is contained in:
swve 2023-05-07 18:54:00 +02:00
parent 4feed27efe
commit 7dcb299d1d
2 changed files with 14 additions and 9 deletions

View file

@ -110,7 +110,7 @@ export const ToolbarButtons = ({ editor, props }: any) => {
.chain()
.focus()
.insertContent({
type: "blockMathEquation",
type: "blockMathEquation",
})
.run()
}