Fix spaceless async in ignored files too
This commit is contained in:
parent
8e4d8ccca7
commit
f269b5fbbc
5 changed files with 4 additions and 5 deletions
|
@ -1274,7 +1274,7 @@ export default class MessageComposerInput extends React.Component {
|
|||
}
|
||||
};
|
||||
|
||||
selectHistory = async(up) => {
|
||||
selectHistory = async (up) => {
|
||||
const delta = up ? -1 : 1;
|
||||
|
||||
// True if we are not currently selecting history, but composing a message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue