mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	chore(client/ts): port type_widget
This commit is contained in:
		| @@ -22,11 +22,7 @@ interface CreateNoteOpts { | ||||
|     focus?: "title" | "content"; | ||||
|     target?: string; | ||||
|     targetBranchId?: string; | ||||
|     textEditor?: { | ||||
|         // TODO: Replace with interface once note_context.js is converted. | ||||
|         getSelectedHtml(): string; | ||||
|         removeSelection(): void; | ||||
|     }; | ||||
|     textEditor?: TextEditor; | ||||
| } | ||||
|  | ||||
| interface Response { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user