1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update packages/node_modules/@node-red/editor-client/src/js/ui/clipboard.js

Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
Kazuhito Yokoi 2022-01-13 10:35:12 +09:00 committed by GitHub
parent ba794ba58c
commit cf613aafb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -956,7 +956,7 @@ RED.clipboard = (function() {
if (currentFocus) {
$(currentFocus).focus();
}
});
}).catch(err => { console.error("Failed to copy:",err) });
}
function importNodes(nodesStr,addFlow) {