mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 22:59:57 +08:00
Redraw after hiding modal
This commit is contained in:
@ -27,6 +27,7 @@ export default class Modal extends Component {
|
||||
|
||||
destroy() {
|
||||
this.component = null;
|
||||
m.redraw();
|
||||
}
|
||||
|
||||
ready() {
|
||||
|
Reference in New Issue
Block a user