mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	hide tooltip after removing subflow tab
This commit is contained in:
		| @@ -350,6 +350,15 @@ RED.popover = (function() { | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         target.on("remove", function (ev) { | ||||
|             if (timer) { | ||||
|                 clearTimeout(timer); | ||||
|             } | ||||
|             if (active) { | ||||
|                 active = false; | ||||
|                 setTimeout(closePopup,delay.hide); | ||||
|             } | ||||
|         }); | ||||
|         if (trigger === 'hover') { | ||||
|             target.on('mouseenter',function(e) { | ||||
|                 clearTimeout(timer); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user