Fixed pasting text sending the caret to the end of the post textbox (#5567)
Этот коммит содержится в:
коммит произвёл
enahum
родитель
23be0167f4
Коммит
df07aeeb12
@@ -292,9 +292,11 @@ class FileUpload extends React.Component {
|
||||
|
||||
this.props.onUploadStart([clientId], channelId);
|
||||
}
|
||||
}
|
||||
|
||||
this.props.onFileUploadChange();
|
||||
if (numToUpload > 0) {
|
||||
this.props.onFileUploadChange();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
keyUpload(e) {
|
||||
|
||||
Ссылка в новой задаче
Block a user