Skip to content

Commit fe3f03a

Browse files
committed
Restore detection in progress message when window gets focus back
1 parent 13f34fe commit fe3f03a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

browser/pages/selection/controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ class SelectionController {
118118
detectInstalledComponents() {
119119
if(!this.isDisabled) {
120120
this.isDisabled = true;
121+
this.timeout(()=>{});
121122
this.installedSearchNote = ' The system is checking if you have any installed components.';
122123
let detectors = [];
123124
for (var installer of this.installerDataSvc.allInstallables().values()) {

0 commit comments

Comments
 (0)