mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-02-17 13:52:14 +01:00
Fix mobile files button click handler
This commit is contained in:
parent
7dbf529a45
commit
57ab30d1a6
@ -115,7 +115,7 @@ export default function HomePage() {
|
||||
variant="subtle"
|
||||
size="lg"
|
||||
aria-label={t('home.mobile.openFiles', 'Open files')}
|
||||
onClick={openFilesModal}
|
||||
onClick={() => openFilesModal()}
|
||||
>
|
||||
<LocalIcon icon="folder-rounded" width="1.5rem" height="1.5rem" />
|
||||
</ActionIcon>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user