mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	avoid getting refreshes on note title
This commit is contained in:
		| @@ -36,7 +36,7 @@ export default class NoteTitleWidget extends TabAwareWidget { | |||||||
|  |  | ||||||
|             protectedSessionHolder.touchProtectedSessionIfNecessary(this.note); |             protectedSessionHolder.touchProtectedSessionIfNecessary(this.note); | ||||||
|  |  | ||||||
|             await server.put(`notes/${this.noteId}/change-title`, {title}); |             await server.put(`notes/${this.noteId}/change-title`, {title}, this.componentId); | ||||||
|         }); |         }); | ||||||
|  |  | ||||||
|         appContext.addBeforeUnloadListener(this); |         appContext.addBeforeUnloadListener(this); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user