Update ThemeRepo.plugin.js
This commit is contained in:
parent
ef2f3d2028
commit
efbec1680a
|
@ -1207,7 +1207,7 @@ module.exports = (_ => {
|
||||||
|
|
||||||
onStop () {
|
onStop () {
|
||||||
BDFDB.TimeUtils.clear(updateInterval);
|
BDFDB.TimeUtils.clear(updateInterval);
|
||||||
BDFDB.TimeUtils.clear(loading.timeout);
|
BDFDB.TimeUtils.clear(loading && loading.timeout);
|
||||||
|
|
||||||
this.forceUpdateAll();
|
this.forceUpdateAll();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue