From 5cdd3587315e4c1e3667082b8b5d9dae9eaa7a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 27 Sep 2019 16:53:48 +0200 Subject: [PATCH] Implement click update again, because of mobile has no hover But I prevent multiple triggered updates for 10 seconds. --- .../NotificationMenu/NotificationMenu.vue | 28 ++++++++++++++++--- webapp/constants/notifications.js | 1 + 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue index 4708a687a..5c24a82f3 100644 --- a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue @@ -1,8 +1,14 @@