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() {