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,7 +35,7 @@ module.exports = function copyToClipboard (getContent) {