From ce94fa54ee5b9ab4dd321487bf8f980a8636c95e Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 28 Dec 2021 08:55:24 +0530 Subject: [PATCH] fix: resolved #2044 (#2045) --- packages/hoppscotch-app/components/smart/EnvInput.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/hoppscotch-app/components/smart/EnvInput.vue b/packages/hoppscotch-app/components/smart/EnvInput.vue index 02793c40a..063fd7f60 100644 --- a/packages/hoppscotch-app/components/smart/EnvInput.vue +++ b/packages/hoppscotch-app/components/smart/EnvInput.vue @@ -115,6 +115,7 @@ export default defineComponent({ methods: { handlePaste(ev) { + this.handleChange() this.$emit("paste", { event: ev, previousValue: this.internalValue }) }, handleChange() {