mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:38:08 +08:00
Redraw after hiding modal
This commit is contained in:
parent
8e423c9dfe
commit
d48dd2747a
@ -27,6 +27,7 @@ export default class Modal extends Component {
|
||||
|
||||
destroy() {
|
||||
this.component = null;
|
||||
m.redraw();
|
||||
}
|
||||
|
||||
ready() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user