Handle multiple background deploys

This commit is contained in:
Nick O'Leary
2024-05-14 10:27:55 +01:00
parent a745ddc164
commit 4e33e785fb

View File

@@ -140,7 +140,7 @@ RED.deploy = (function() {
if (currentRev === null || deployInflight || currentRev === msg.revision) {
return;
}
if (activeBackgroundDeployNotification?.hidden) {
if (activeBackgroundDeployNotification?.hidden && !activeBackgroundDeployNotification?.closed) {
activeBackgroundDeployNotification.showNotification()
return
}