fix: fixed breadcrumbs not showing due to viewport width

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
pull/43989/head
Eduardo Morales 2024-03-04 19:13:20 +07:00
parent 80e4193d4f
commit e0e51aed5d
1 changed files with 1 additions and 1 deletions

@ -128,7 +128,7 @@ export default defineComponent({
// Hide breadcrumbs if an upload is ongoing on arrow screens
shouldShowBreadcrumbs(): boolean {
return this.filesListWidth < 768 && !this.isUploadInProgress
return this.filesListWidth > 768 && !this.isUploadInProgress
},
// used to show the views icon for the first breadcrumb