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 7c1d7cb commit 581fc02Copy full SHA for 581fc02
live-view.js
@@ -65,7 +65,7 @@ function addBottomSwipeListener() {
65
window.location.origin + '/?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha)
66
}
67
68
- if (isMobile) {
+ if (!isMobile) {
69
70
try {
71
0 commit comments