We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f34fe commit fe3f03aCopy full SHA for fe3f03a
1 file changed
browser/pages/selection/controller.js
@@ -118,6 +118,7 @@ class SelectionController {
118
detectInstalledComponents() {
119
if(!this.isDisabled) {
120
this.isDisabled = true;
121
+ this.timeout(()=>{});
122
this.installedSearchNote = ' The system is checking if you have any installed components.';
123
let detectors = [];
124
for (var installer of this.installerDataSvc.allInstallables().values()) {
0 commit comments