Skip to content

Commit

Permalink
fix(toolbars): added math to ListName (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
makhnatkin authored Jan 14, 2025
1 parent 26a4b6b commit c8bfa70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/toolbars/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export enum ListName {
code = 'code',
heading = 'heading',
lists = 'lists',
code = 'code',
math = 'math',
}

export enum ToolbarName {
Expand Down

0 comments on commit c8bfa70

Please # to comment.