mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 13:30:47 +08:00
Redraw after hiding modal
This commit is contained in:
parent
7d12f7853b
commit
b829edb07c
|
@ -27,6 +27,7 @@ export default class Modal extends Component {
|
|||
|
||||
destroy() {
|
||||
this.component = null;
|
||||
m.redraw();
|
||||
}
|
||||
|
||||
ready() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user