Skip to content

Commit 3a5fb7b

Browse files
authored
Update live-view.js
1 parent 60b4300 commit 3a5fb7b

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
@@ -161,7 +161,7 @@ function addBottomSwipeListener() {
161161
window.location.origin + '/?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha)
162162
}
163163

164-
if (!isMobile) {
164+
if (isMobile) {
165165

166166
try {
167167

0 commit comments

Comments
 (0)