mirror of
https://github.com/flarum/core.git
synced 2025-07-21 08:41:17 +02:00
Force redraw to ensure focusing works
This commit is contained in:
@@ -41,7 +41,7 @@ export default class ComposerBody extends Component {
|
|||||||
|
|
||||||
focus() {
|
focus() {
|
||||||
this.ready(true);
|
this.ready(true);
|
||||||
m.redraw();
|
m.redraw(true);
|
||||||
|
|
||||||
this.$(':input:enabled:visible:first').focus();
|
this.$(':input:enabled:visible:first').focus();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user