mirror of https://github.com/node-red/node-red.git
Update packages/node_modules/@node-red/editor-client/src/js/ui/clipboard.js
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>pull/3331/head
parent
ba794ba58c
commit
cf613aafb2
|
@ -956,7 +956,7 @@ RED.clipboard = (function() {
|
||||||
if (currentFocus) {
|
if (currentFocus) {
|
||||||
$(currentFocus).focus();
|
$(currentFocus).focus();
|
||||||
}
|
}
|
||||||
});
|
}).catch(err => { console.error("Failed to copy:",err) });
|
||||||
}
|
}
|
||||||
|
|
||||||
function importNodes(nodesStr,addFlow) {
|
function importNodes(nodesStr,addFlow) {
|
||||||
|
|
Loading…
Reference in New Issue