Skip to content

Commit 4a7e665

Browse files
committed
WIP
Signed-off-by: Simon L <szaimen@e.mail.de>
1 parent e07ca6c commit 4a7e665

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/files/js/filelist.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,7 @@
706706

707707
// open sidebar and set file
708708
if (typeof show === 'undefined' || !!show || (OCA.Files.Sidebar.file !== '')) {
709-
if (fileName !== null || document.documentElement.clientWidth > 1024) {
710-
OCA.Files.Sidebar.open(path.replace('//', '/'))
711-
}
709+
OCA.Files.Sidebar.open(path.replace('//', '/'))
712710
}
713711
},
714712

0 commit comments

Comments
 (0)