mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	fix line break of exporting nodes to clipboard
This commit is contained in:
		| @@ -1227,7 +1227,7 @@ RED.clipboard = (function() { | ||||
|         init: function() { | ||||
|             setupDialogs(); | ||||
|  | ||||
|             $('<input type="text" id="red-ui-clipboard-hidden" tabIndex="-1">').appendTo("#red-ui-editor"); | ||||
|             $('<textarea type="text" id="red-ui-clipboard-hidden" tabIndex="-1">').appendTo("#red-ui-editor"); | ||||
|  | ||||
|             RED.actions.add("core:show-export-dialog",showExportNodes); | ||||
|             RED.actions.add("core:show-import-dialog",showImportNodes); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user