mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 00:36:33 +01:00
refactor(client): remove unused property
This commit is contained in:
@@ -60,7 +60,7 @@ export default class NoteTypeChooserDialog extends BasicWidget {
|
|||||||
private $originalFocused: JQuery<HTMLElement> | null;
|
private $originalFocused: JQuery<HTMLElement> | null;
|
||||||
private $originalDialog: JQuery<HTMLElement> | null;
|
private $originalDialog: JQuery<HTMLElement> | null;
|
||||||
|
|
||||||
constructor(props: {}) {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this.resolve = null;
|
this.resolve = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user