if(copiableContent){// module `copy` keeps last copied thing in the memory, so don't show tooltip if nothing is copied, because nothing was added to memory
if(copiableContent){// module `copy` keeps last copied thing in the memory, so don't show tooltip if nothing is copied, because nothing was added to memory
try{
try{
if(typeofcopiableContent!=='string'){
if(typeofcopiableContent!=='string'){
...
@@ -29,12 +35,8 @@ module.exports = function copyToClipboard (getContent, tip = 'Copy value to to c
...
@@ -29,12 +35,8 @@ module.exports = function copyToClipboard (getContent, tip = 'Copy value to to c