Skip to content

Commit bf71e2c

Browse files
authored
Update live-view.js
1 parent 84dc2de commit bf71e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

live-view.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ function addBottomSwipeListener() {
204204

205205
const shareData = {
206206
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)
207+
text: 'Open ' + treeLoc[0] + '/' + treeLoc[1] + ' with Codeit: ' +
208+
window.location.origin + '/full?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha) + '&l=true'
209209
}
210210

211211
if (isMobile) {

0 commit comments

Comments
 (0)