mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	fix(tasks): task list not clearing properly
This commit is contained in:
		
							parent
							
								
									7f0df441b5
								
							
						
					
					
						commit
						9ed075b675
					
				@ -108,7 +108,7 @@ export default class TaskListWidget extends TypeWidget {
 | 
				
			|||||||
            return;
 | 
					            return;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        this.$taskContainer.clearQueue();
 | 
					        this.$taskContainer.html("");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        const tasks = await froca.getTasks();
 | 
					        const tasks = await froca.getTasks();
 | 
				
			||||||
        for (const task of tasks) {
 | 
					        for (const task of tasks) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user