Changed mermaid button to lower case.

pull/1847/head
Marek Lewandowski 2022-03-08 11:11:59 +07:00
parent 479a8008c6
commit 6f90c0240e
1 changed files with 1 additions and 1 deletions

@ -52,7 +52,7 @@ export default class MermaidUI extends Plugin {
const editor = this.editor;
const t = editor.t;
editor.ui.componentFactory.add( 'Mermaid', locale => {
editor.ui.componentFactory.add( 'mermaid', locale => {
const buttonView = new ButtonView( locale );
const command = editor.commands.get( 'insertMermaidCommand' );