fix loading of zip

This commit is contained in:
GMrrc 2024-11-26 14:44:25 +01:00
parent f17901b699
commit c728eec67a
2 changed files with 1 additions and 4 deletions

View File

@ -137,9 +137,6 @@
<script>
// Other imports
import JSZip from 'jszip';
// NextCloud Components
import { getClient, getRootPath } from '@nextcloud/files/dav';
import NcBreadcrumbs from '@nextcloud/vue/dist/Components/NcBreadcrumbs.js';

View File

@ -5,7 +5,7 @@
<div class="w-2/6 px-4 py-2 text-gray-500 font-semibold">Taille</div>
</div>
<div class="flex h-16 hover:bg-NcGray items-center pl-4 cursor-pointer rounded-lg border-b last:border-b-0 border-gray-300"
<div class="flex h-16 hover:bg-NcGray items-center pl-4 cursor-pointer rounded-lg border-b last:border-b-0 border-gray-300" v-if="!isLoading"
draggable="true" @dragstart="dragZip()">
<template>
<div class="flex items-center justify-center cursor-pointer">