Open abdallahboucedraya opened 3 years ago
this.$copyText(this.message).then( function (e) { alert("Copied"); console.log(e); }, function (e) { alert("Can not copy"); console.log(e); } );
i get Cannot read property 'nodeName' of null
this.$copyText(this.message).then( function (e) { alert("Copied"); console.log(e); }, function (e) { alert("Can not copy"); console.log(e); } );
i get Cannot read property 'nodeName' of null