mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 02:12:37 +02:00
Fixed file info modal not showing up
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<button
|
||||
title="File Info"
|
||||
class="flex justify-center items-center rounded-full p-2 -m-1 invisible hover:bg-gray-400 hover:shadow group-hover:visible"
|
||||
v-on:click.prevent="showFileInfo('{{ file.getPathname }}')"
|
||||
v-on:click.prevent="showFileInfo('{{ file.getRelativePathname }}')"
|
||||
>
|
||||
<i class="fas fa-info-circle"></i>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user