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:
parent
2c54bf43b0
commit
60be5a83cf
@ -204,8 +204,8 @@ class ComposeForm extends ImmutablePureComponent {
|
|||||||
selectionStart = selectionEnd;
|
selectionStart = selectionEnd;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.autosuggestTextarea.textbox.setSelectionRange(selectionStart, selectionEnd);
|
// this.autosuggestTextarea.textbox.setSelectionRange(selectionStart, selectionEnd);
|
||||||
this.autosuggestTextarea.textbox.focus();
|
// this.autosuggestTextarea.textbox.focus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user