mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master'
This commit is contained in:
		@@ -64,13 +64,12 @@ async function getWidgetBundlesByParent() {
 | 
			
		||||
 | 
			
		||||
        try {
 | 
			
		||||
            widget = await executeBundle(bundle);
 | 
			
		||||
            widgetsByParent.add(widget);
 | 
			
		||||
        }
 | 
			
		||||
        catch (e) {
 | 
			
		||||
            logError("Widget initialization failed: ", e);
 | 
			
		||||
            continue;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        widgetsByParent.add(widget);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    return widgetsByParent;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user