mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	feat(edit-docs): ignore options change
This commit is contained in:
		| @@ -161,6 +161,10 @@ async function registerHandlers() { | ||||
|         exportData(); | ||||
|     }, 10_000);; | ||||
|     events.subscribe(events.ENTITY_CHANGED, async (e) => { | ||||
|         if (e.entityName === "options") { | ||||
|             return; | ||||
|         } | ||||
|  | ||||
|         console.log("Got entity changed ", e); | ||||
|         debouncer(); | ||||
|     }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user