mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Resolve loading panel does not hide in Mac runtime. Fixes #1425
This commit is contained in:
@@ -30,7 +30,7 @@ require.onResourceLoad = function (context, map, depMaps) {
|
||||
// is not loading anything hide the indicator and exit
|
||||
setTimeout(function() {
|
||||
if (panel != null) {
|
||||
panel.remove();
|
||||
$(panel).remove();
|
||||
return;
|
||||
}
|
||||
}, 500);
|
||||
|
||||
Reference in New Issue
Block a user