diff --git a/packages/hoppscotch-app/components/collections/my/Collection.vue b/packages/hoppscotch-app/components/collections/my/Collection.vue index da936ccef..57c5c8ffa 100644 --- a/packages/hoppscotch-app/components/collections/my/Collection.vue +++ b/packages/hoppscotch-app/components/collections/my/Collection.vue @@ -126,11 +126,11 @@ { + document.body.removeChild(a) + URL.revokeObjectURL(url) + }, 1000) + }, toggleShowChildren() { if (this.$props.saveRequest) this.$emit("select", { @@ -284,7 +301,7 @@ export default defineComponent({ collectionID: this.collection.id, }) }, - dropEvent({ dataTransfer }) { + dropEvent({ dataTransfer }: any) { this.dragging = !this.dragging const folderPath = dataTransfer.getData("folderPath") const requestIndex = dataTransfer.getData("requestIndex") diff --git a/packages/hoppscotch-app/components/collections/my/Folder.vue b/packages/hoppscotch-app/components/collections/my/Folder.vue index c82d00f24..049b040a2 100644 --- a/packages/hoppscotch-app/components/collections/my/Folder.vue +++ b/packages/hoppscotch-app/components/collections/my/Folder.vue @@ -106,11 +106,11 @@ { + document.body.removeChild(a) + URL.revokeObjectURL(url) + }, 1000) + }, toggleShowChildren() { if (this.$props.saveRequest) this.$emit("select", { diff --git a/packages/hoppscotch-app/components/collections/teams/Collection.vue b/packages/hoppscotch-app/components/collections/teams/Collection.vue index a3c65b121..a1f2c75e8 100644 --- a/packages/hoppscotch-app/components/collections/teams/Collection.vue +++ b/packages/hoppscotch-app/components/collections/teams/Collection.vue @@ -127,18 +127,10 @@ @@ -230,6 +222,10 @@