Skip to content

Commit

Permalink
fix(#143): add label to math plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Feb 14, 2025
1 parent 983c187 commit 8a61b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-math/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const math = (options?: MathExtensionOptions): Plugin => {
: [
{
id: 'math',
label: 'Inline Equation',
component: MathIcon,
action: (input) => input.toggleSelectionSurrounding('$')
}
Expand Down

0 comments on commit 8a61b6b

Please sign in to comment.