Skip to content

Commit

Permalink
disable autosubscript
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahFu committed Oct 4, 2023
1 parent e63d004 commit d403adc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/notes/MathInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const mathquillConfigOptions: MathFieldConfig = {
'sqrt pi tau theta langle rangle union intersection and or infinity int sum prod',
autoOperatorNames:
'log ln exp sin cos tan sec csc cot arcsin arccos arctan arcsec arccsc arccot sinh cosh tanh sech csch coth arcsinh arccosh arctanh arcsech arccsch arccoth',
autoSubscriptNumerals: true,
};

function MathInput({
Expand Down

0 comments on commit d403adc

Please sign in to comment.