Added actual copying functionality
This commit is contained in:
@@ -42,7 +42,8 @@ $('#btn-newRow').click(
|
||||
|
||||
$('#btn-copy').click(
|
||||
()=> {
|
||||
console.log("btn-copy");
|
||||
var link = $("#messageLink").html();
|
||||
navigator.clipboard.writeText(link);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user