diff --git a/resources/js/components/Spotlight/Spotlight.vue b/resources/js/components/Spotlight/Spotlight.vue index 693b2a83..1d8cb20e 100644 --- a/resources/js/components/Spotlight/Spotlight.vue +++ b/resources/js/components/Spotlight/Spotlight.vue @@ -690,6 +690,7 @@ export default { this.results = [] this.query = '' this.isVisible = false + this.$closePopup() }, onPageDown() { let results = this.results.length diff --git a/resources/views/vuefilemanager/invoice.blade.php b/resources/views/vuefilemanager/invoice.blade.php index f2c33ab2..eb2ff53d 100644 --- a/resources/views/vuefilemanager/invoice.blade.php +++ b/resources/views/vuefilemanager/invoice.blade.php @@ -29,7 +29,7 @@ @include('vuefilemanager.others.color-template') -
+