Handle multiple background deploys

This commit is contained in:
Nick O'Leary 2024-05-14 10:27:55 +01:00
parent a745ddc164
commit 4e33e785fb
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

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
}