mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
Migrate tests to Typescript
This commit is contained in:
@@ -159,7 +159,10 @@ export default class MathUI extends Plugin {
|
||||
this.formView.displayButtonView.isOn = mathCommand.display || false;
|
||||
}
|
||||
|
||||
private _hideUI() {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
public _hideUI(): void {
|
||||
if ( !this._isFormInPanel ) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user