From 17b92c9db236317dad42f02730fc24a82a9bc968 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 9 Oct 2018 22:48:45 +0900 Subject: [PATCH] Fix bug --- src/client/app/mobile/views/components/notifications.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/app/mobile/views/components/notifications.vue b/src/client/app/mobile/views/components/notifications.vue index 1cdcad1e4..d9ea2aea0 100644 --- a/src/client/app/mobile/views/components/notifications.vue +++ b/src/client/app/mobile/views/components/notifications.vue @@ -77,6 +77,8 @@ export default Vue.extend({ methods: { fetchMoreNotifications() { + if (this.fetchingMoreNotifications) return; + this.fetchingMoreNotifications = true; const max = 30;