Skip to content

Commit 7b78fa9

Browse files
committed
fix: Do not skip handleOpenFile calls on initial load
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 00e96c4 commit 7b78fa9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/files/src/components/FilesListVirtual.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,6 @@ export default defineComponent({
247247
* @param fileId File to open
248248
*/
249249
handleOpenFile(fileId: number|null) {
250-
if (!this.openFile) {
251-
return
252-
}
253-
254250
if (fileId === null || this.openFileId === fileId) {
255251
return
256252
}

0 commit comments

Comments
 (0)