mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	refactor(client): remove unnecessary return type
This commit is contained in:
		
							parent
							
								
									1be92baf4a
								
							
						
					
					
						commit
						175852f6cb
					
				@ -37,7 +37,7 @@ export default class RightDropdownButtonWidget extends BasicWidget {
 | 
			
		||||
        };
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    doRender(): void {
 | 
			
		||||
    doRender() {
 | 
			
		||||
        this.$widget = $(TPL);
 | 
			
		||||
        this.$dropdownMenu = this.$widget.find(".dropdown-menu");
 | 
			
		||||
        this.dropdown = Dropdown.getOrCreateInstance(this.$widget.find("[data-bs-toggle='dropdown']")[0]);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user