Updating Rich Text editor x 2
This commit is contained in:
@@ -67,7 +67,7 @@ export default class AutosuggestTextbox extends ImmutablePureComponent {
|
||||
this.props.onSuggestionsClearRequested();
|
||||
}
|
||||
|
||||
this.props.onChange(e);
|
||||
this.props.onChange(e, e.target.selectionStart);
|
||||
}
|
||||
|
||||
onKeyDown = (e) => {
|
||||
|
||||
Reference in New Issue
Block a user