Fixed issue with composer highlighting first character

• Fixed:
- issue with composer highlighting first character

• Todo:
- Invesigate further after upgrading composer to rich text
This commit is contained in:
mgabdev 2020-06-08 19:40:29 -04:00
parent 2c54bf43b0
commit 60be5a83cf

View File

@ -204,8 +204,8 @@ class ComposeForm extends ImmutablePureComponent {
selectionStart = selectionEnd;
}
this.autosuggestTextarea.textbox.setSelectionRange(selectionStart, selectionEnd);
this.autosuggestTextarea.textbox.focus();
// this.autosuggestTextarea.textbox.setSelectionRange(selectionStart, selectionEnd);
// this.autosuggestTextarea.textbox.focus();
}
}