fix line break of exporting nodes to clipboard

This commit is contained in:
Hiroyasu Nishiyama 2021-01-30 01:20:51 +09:00
parent a03edf3d58
commit 64d3b8e104
1 changed files with 1 additions and 1 deletions

View File

@ -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);