Updating Rich Text editor x 2

This commit is contained in:
mgabdev
2020-06-18 12:05:24 -04:00
parent 2387c3314a
commit 65f4cbe0dc
4 changed files with 44 additions and 40 deletions

View File

@@ -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) => {