mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	bug fixes for custom handlers
This commit is contained in:
		| @@ -97,7 +97,7 @@ function AttributesModel() { | ||||
|         await showAttributes(attributes); | ||||
|  | ||||
|         // attribute might not be rendered immediatelly so could not focus | ||||
|         setTimeout(() => $(".attribute-type-select:last").focus(), 100); | ||||
|         setTimeout(() => $(".attribute-type-select:last").focus(), 1000); | ||||
|     }; | ||||
|  | ||||
|     this.deleteAttribute = function(data, event) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user