From 27b42df83c6598bbf7cf65654177d1e714e25dcc Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 16 Sep 2024 03:29:21 +0300 Subject: [PATCH] fix --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index b5d9ad57c..8aa21e451 100644 --- a/src/App.js +++ b/src/App.js @@ -59,7 +59,7 @@ export default { if (themeApplied) { this.removeSplash() } - } + }, unmounted () { window.removeEventListener('resize', this.updateMobileState) },