mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
Fix linting errors
This commit is contained in:
@@ -6,9 +6,9 @@ export default class MathView extends View {
|
||||
super( locale );
|
||||
|
||||
this.engine = engine;
|
||||
|
||||
|
||||
this.set( 'value', '' );
|
||||
this.set( 'display', false);
|
||||
this.set( 'display', false );
|
||||
|
||||
this.on( 'change', () => {
|
||||
this.updateMath();
|
||||
|
||||
Reference in New Issue
Block a user