mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix clipboard export download button
This commit is contained in:
		| @@ -59,7 +59,7 @@ RED.clipboard = (function() { | ||||
|                             element.setAttribute('download', "flows.json"); | ||||
|                             element.style.display = 'none'; | ||||
|                             document.body.appendChild(element); | ||||
|                             element.trigger("click"); | ||||
|                             element.click(); | ||||
|                             document.body.removeChild(element); | ||||
|                             $( this ).dialog( "close" ); | ||||
|                         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user