Skip to content

Commit c8bfa70

Browse files
authored
fix(toolbars): added math to ListName (#547)
1 parent 26a4b6b commit c8bfa70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/toolbars/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
export enum ListName {
2+
code = 'code',
23
heading = 'heading',
34
lists = 'lists',
4-
code = 'code',
5+
math = 'math',
56
}
67

78
export enum ToolbarName {

0 commit comments

Comments
 (0)