mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	refactor(client): remove unused property
This commit is contained in:
		
							parent
							
								
									4175a69e37
								
							
						
					
					
						commit
						540c1b2207
					
				@ -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;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user