We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dc2de commit bf71e2cCopy full SHA for bf71e2c
live-view.js
@@ -204,8 +204,8 @@ function addBottomSwipeListener() {
204
205
const shareData = {
206
title: 'Share live view',
207
- content: 'Open ' + treeLoc[0] + '/' + treeLoc[1] + ' with Codeit: ' +
208
- window.location.origin + '/full?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha)
+ text: 'Open ' + treeLoc[0] + '/' + treeLoc[1] + ' with Codeit: ' +
+ window.location.origin + '/full?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha) + '&l=true'
209
}
210
211
if (isMobile) {
0 commit comments