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:
		| @@ -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 | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user