mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	fixes for relation map rendering
This commit is contained in:
		| @@ -13,9 +13,7 @@ function ask(message, defaultValue = '') { | ||||
|  | ||||
|     $dialog.modal(); | ||||
|  | ||||
|     return new Promise((res, rej) => { | ||||
|         resolve = res; | ||||
|     }); | ||||
|     return new Promise((res, rej) => { resolve = res; }); | ||||
| } | ||||
|  | ||||
| $dialog.on('shown.bs.modal', () => $answer.focus().select()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user