diff --git a/changelog.md b/changelog.md index f8b06c0c..d9cd8441 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ ## Version 2.2.0.9 #### Release date: 22. Jun 2022 +- Added spinner when pdf is loading - Set sandbox/live mode in PayPal key configuration setup form - Fixed issue when after deleting user, the related subscription wasn't deleted - Fixed issue when you perform composer update with private repository diff --git a/resources/js/components/FilePreview/Media/PdfFile.vue b/resources/js/components/FilePreview/Media/PdfFile.vue index 05ec4903..70c4a087 100644 --- a/resources/js/components/FilePreview/Media/PdfFile.vue +++ b/resources/js/components/FilePreview/Media/PdfFile.vue @@ -3,6 +3,12 @@ class="absolute bottom-0 top-0 left-0 right-0 z-10 mx-auto overflow-y-auto rounded-xl md:p-5" :style="{ width: documentSize + '%' }" > +