We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3d589 commit 60552dbCopy full SHA for 60552db
live-view.js
@@ -383,7 +383,7 @@ if (isMobile) {
383
const shareData = 'Run ' + treeLoc[0] + '/' + treeLoc[1] + ' with Codeit: ' +
384
window.location.origin + '/full?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha) + '&l=true';
385
386
- copy(shareData.text);
+ copy(shareData);
387
alert('Copied link to clipboard.');
388
389
});
0 commit comments