Fix clicking of rows
This commit is contained in:
parent
60775c6370
commit
7623b1d1e6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export default ({ file }: { file: FileObject }) => {
|
|||
>
|
||||
<a
|
||||
href={file.isFile ? undefined : `#${directory}/${file.name}`}
|
||||
className={'flex flex-1 text-neutral-300 no-underline'}
|
||||
className={'flex flex-1 text-neutral-300 no-underline p-3'}
|
||||
onClick={e => {
|
||||
e.preventDefault();
|
||||
|
||||
|
|
Loading…
Reference in a new issue