mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	closing of attr detail
This commit is contained in:
		@@ -234,12 +234,6 @@ export default class NoteAttributesWidget extends TabAwareWidget {
 | 
			
		||||
            this.attributeDetailWidget.hide();
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        this.$editor.on('blur', () => {
 | 
			
		||||
            this.save();
 | 
			
		||||
 | 
			
		||||
            this.attributeDetailWidget.hide();
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        this.$widget.append(this.attributeDetailWidget.render());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user