mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
Add typesetting engine lazy load feature
This commit is contained in:
@@ -151,7 +151,7 @@ export default class MathEditing extends Plugin {
|
||||
const uiElement = writer.createUIElement( 'div', null, function( domDocument ) {
|
||||
const domElement = this.toDomElement( domDocument );
|
||||
|
||||
renderEquation( equation, domElement, mathConfig.engine, display, false );
|
||||
renderEquation( equation, domElement, mathConfig.engine, mathConfig.lazyLoad, display, false );
|
||||
|
||||
return domElement;
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user