We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92af8fe commit 176ef93Copy full SHA for 176ef93
1 file changed
live-view/live-view.js
@@ -64,8 +64,7 @@ async function setupLiveView() {
64
65
// if on mobile device
66
// and URL has a file
67
- if ((isMobile && linkData.file)
68
- || isEmbed) {
+ if (isMobile && linkData.file && !isEmbed) {
69
70
// close sidebar
71
toggleSidebar(false);
0 commit comments