set cursor to waiting while processing

This commit is contained in:
joshuaboud 2022-06-13 17:35:42 -03:00
parent 3f3e5b1da8
commit 7d2d61540b
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -1,5 +1,5 @@
<template>
<div class="h-full" @keydown="keyHandler($event)" tabindex="-1">
<div class="h-full" @keydown="keyHandler($event)" tabindex="-1" :class="{'!cursor-wait': processing}">
<DragSelectArea class="h-full" @selectRectangle="selectRectangle" @mouseup.exact="deselectAll()">
<Table v-if="settings.directoryView?.view === 'list'" emptyText="No entries." noHeader stickyHeaders
noShrink noShrinkHeight="h-full">