diff --git a/script.js b/script.js index 6e2b8b431..d55b431bf 100644 --- a/script.js +++ b/script.js @@ -93,6 +93,9 @@ const app = new Vue({ url: this.url, path: this.path }) + if (this.$refs.response.classList.contains('hidden')) { + this.$refs.response.classList.toggle('hidden') + } this.$refs.response.scrollIntoView({ behavior: 'smooth' })