This commit is contained in:
Peter Maquiran
2023-08-08 16:32:57 +01:00
parent 95d8bed53d
commit a2dd41393b
8 changed files with 35 additions and 14 deletions
+4 -2
View File
@@ -76,8 +76,10 @@ export class TaskService {
this.updateCount()
this.runCallback();
document.addEventListener('resume', function () {
// this.loadAllTask();
document.addEventListener('resume', () => {
if(window['all-process-gabinete']) {
window['all-process-gabinete']()
}
});
}