mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
Add output options
This commit is contained in:
@@ -71,7 +71,7 @@ export default class MathUI extends Plugin {
|
||||
|
||||
// Listen to submit button click
|
||||
this.listenTo( formView, 'submit', () => {
|
||||
editor.execute( 'math', formView.equation, formView.displayButtonView.isOn );
|
||||
editor.execute( 'math', formView.equation, formView.displayButtonView.isOn, mathConfig.outputType, mathConfig.forceOutputType );
|
||||
this._closeFormView();
|
||||
} );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user