diff --git a/src/digital-components/button-question/button-question.vue b/src/digital-components/button-question/button-question.vue index a344286ef..12586283d 100644 --- a/src/digital-components/button-question/button-question.vue +++ b/src/digital-components/button-question/button-question.vue @@ -72,7 +72,7 @@ https://safelite.atlassian.net/wiki/spaces/DC/pages/76644418/Button+Question+Com -
+
{ - window.addEventListener("resize", this.onResize); - }); - }, - beforeUnmount() { - window.removeEventListener("resize", this.onResize); - }, + unmounted() { document.onkeydown = null; }, @@ -73,9 +64,6 @@ export default { }, }, methods: { - onResize() { - this.paddingHeight = this.getFooterInfoBoxHeight(); - }, updateButtonText(newText) { this.customButtontext = newText; }, diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 0665ffaa9..1ca0c9d48 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -12,7 +12,6 @@ cmsWidgetName="AlertVinLookupQuestion" alertClass="" /> diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 06b8ecb9a..313e6f5bd 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -235,3 +235,8 @@ export default { }, }; +