Force redraw to ensure focusing works

This commit is contained in:
Toby Zerner 2015-06-01 10:43:16 +09:30
parent 0a0c50e1bb
commit eed809e6e8

View File

@ -41,7 +41,7 @@ export default class ComposerBody extends Component {
focus() {
this.ready(true);
m.redraw();
m.redraw(true);
this.$(':input:enabled:visible:first').focus();
}