Scroll to textarea when composing a toot
This commit is contained in:
parent
c454db6f11
commit
d27b7d7645
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ class Composer extends React.Component {
|
|||
if (textarea) {
|
||||
textarea.setSelectionRange(selectionStart, selectionEnd);
|
||||
textarea.focus();
|
||||
textarea.scrollIntoView();
|
||||
}
|
||||
|
||||
// Refocuses the textarea after submitting.
|
||||
|
|
Loading…
Reference in a new issue