mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Fix clicking of rows
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user