mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	fix ctrl+enter in sql console
This commit is contained in:
		| @@ -92,6 +92,10 @@ function getParams(params) { | ||||
| async function getScriptBundleForFrontend(note) { | ||||
|     const bundle = await getScriptBundle(note); | ||||
|  | ||||
|     if (!bundle) { | ||||
|         return; | ||||
|     } | ||||
|  | ||||
|     // for frontend we return just noteIds because frontend needs to use its own entity instances | ||||
|     bundle.noteId = bundle.note.noteId; | ||||
|     delete bundle.note; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user