mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Handle multiple background deploys
This commit is contained in:
parent
a745ddc164
commit
4e33e785fb
@ -140,7 +140,7 @@ RED.deploy = (function() {
|
|||||||
if (currentRev === null || deployInflight || currentRev === msg.revision) {
|
if (currentRev === null || deployInflight || currentRev === msg.revision) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (activeBackgroundDeployNotification?.hidden) {
|
if (activeBackgroundDeployNotification?.hidden && !activeBackgroundDeployNotification?.closed) {
|
||||||
activeBackgroundDeployNotification.showNotification()
|
activeBackgroundDeployNotification.showNotification()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user