mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 14:49:57 +08:00
Refactor start/endComputation into lazyRedraw method
This commit is contained in:
@ -81,7 +81,7 @@ export default class ModalManager extends Component {
|
||||
clear() {
|
||||
this.component = null;
|
||||
|
||||
m.redraw();
|
||||
m.lazyRedraw();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user