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