mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	changes in note detail handling
This commit is contained in:
		@@ -20,7 +20,7 @@ export default class TabCachingWidget extends TabAwareWidget {
 | 
			
		||||
        // stop propagation of the event to the children, individual tab widget should not know about tab switching
 | 
			
		||||
        // since they are per-tab
 | 
			
		||||
        if (name !== 'activeTabChanged') {
 | 
			
		||||
            super.triggerChildren(name, data);
 | 
			
		||||
            await super.triggerChildren(name, data);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user