Fix spaceless async in ignored files too

This commit is contained in:
David Baker 2019-01-09 19:14:30 +00:00
parent 8e4d8ccca7
commit f269b5fbbc
5 changed files with 4 additions and 5 deletions

View file

@ -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