mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fix empty range items handling
This commit is contained in:
		| @@ -238,8 +238,10 @@ export default class EditableTextTypeWidget extends AbstractTextTypeWidget { | ||||
|         let text = ''; | ||||
|  | ||||
|         for (const item of range.getItems()) { | ||||
|             if (item.data) { | ||||
|                 text += item.data; | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         return text; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user