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 9f5c826 commit ff8daadCopy full SHA for ff8daad
live-view.js
@@ -159,7 +159,7 @@ function addBottomSwipeListener() {
159
const shareData = {
160
title: 'Share live view',
161
content: 'Open ' + treeLoc[0] + '/' + treeLoc[1] + ' with Codeit: ' +
162
- window.location.origin + '/?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha)
+ window.location.origin + '/full?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha)
163
}
164
165
if (isMobile) {
0 commit comments