mirror of https://github.com/vector-im/riot-web
				
				
				
			dont jump to next part when inserting at *start* of uneditable part
							parent
							
								
									3468cef654
								
							
						
					
					
						commit
						23465c696f
					
				|  | @ -232,8 +232,9 @@ export default class EditorModel { | |||
|                     index += 1; | ||||
|                     this._insertPart(index, splitPart); | ||||
|                 } | ||||
|             } else { | ||||
|                 // not-editable, insert str after this part
 | ||||
|             } else if (offset !== 0) { | ||||
|                 // not-editable part, caret is not at start,
 | ||||
|                 // so insert str after this part
 | ||||
|                 addLen += part.text.length - offset; | ||||
|                 index += 1; | ||||
|             } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Bruno Windels
						Bruno Windels