Skip to content

Commit 581fc02

Browse files
authored
Update live-view.js
1 parent 7c1d7cb commit 581fc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function addBottomSwipeListener() {
6565
window.location.origin + '/?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha)
6666
}
6767

68-
if (isMobile) {
68+
if (!isMobile) {
6969

7070
try {
7171

0 commit comments

Comments
 (0)