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 b0367c7 commit 701edd9Copy full SHA for 701edd9
live-view.js
@@ -61,7 +61,7 @@ function addBottomSwipeListener() {
61
62
const shareData = {
63
title: 'Share live view',
64
- content: 'Open ' + selectedFile.name + ' with Codeit: ' +
+ content: 'Open ' + treeLoc.join('/') + ' with Codeit: ' +
65
window.location.origin + '/?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha)
66
}
67
0 commit comments