fix loading of zip
This commit is contained in:
parent
f17901b699
commit
c728eec67a
@ -137,9 +137,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Other imports
|
|
||||||
import JSZip from 'jszip';
|
|
||||||
|
|
||||||
// NextCloud Components
|
// NextCloud Components
|
||||||
import { getClient, getRootPath } from '@nextcloud/files/dav';
|
import { getClient, getRootPath } from '@nextcloud/files/dav';
|
||||||
import NcBreadcrumbs from '@nextcloud/vue/dist/Components/NcBreadcrumbs.js';
|
import NcBreadcrumbs from '@nextcloud/vue/dist/Components/NcBreadcrumbs.js';
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<div class="w-2/6 px-4 py-2 text-gray-500 font-semibold">Taille</div>
|
<div class="w-2/6 px-4 py-2 text-gray-500 font-semibold">Taille</div>
|
||||||
</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()">
|
draggable="true" @dragstart="dragZip()">
|
||||||
<template>
|
<template>
|
||||||
<div class="flex items-center justify-center cursor-pointer">
|
<div class="flex items-center justify-center cursor-pointer">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user