mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	better UX when deleting notes - focus in note tree is moved to the next/previous note
This commit is contained in:
		| @@ -221,6 +221,7 @@ async function transactional(func) { | ||||
|  | ||||
|             await commit(); | ||||
|  | ||||
|             // note that sync rows sent from this action will be sent again by scheduled periodic ping | ||||
|             require('./ws.js').sendPingToAllClients(); | ||||
|  | ||||
|             transactionActive = false; | ||||
| @@ -267,4 +268,4 @@ module.exports = { | ||||
|     executeScript, | ||||
|     transactional, | ||||
|     upsert | ||||
| }; | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user