mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
Config: Optional classes previewClassName and popupClassName
This commit is contained in:
@@ -76,7 +76,9 @@ export default class MathUI extends Plugin {
|
||||
mathConfig.engine,
|
||||
mathConfig.lazyLoad,
|
||||
mathConfig.enablePreview,
|
||||
this._previewUid
|
||||
this._previewUid,
|
||||
mathConfig.previewClassName,
|
||||
mathConfig.popupClassName
|
||||
);
|
||||
|
||||
formView.mathInputView.bind( 'value' ).to( mathCommand, 'value' );
|
||||
|
||||
Reference in New Issue
Block a user