From f28b5b5821bbf024a96b2b9374f6b0cd723257f8 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 22 Feb 2021 23:56:14 +0100 Subject: [PATCH] Clicking on notifications did not close the user menu overlay --- wcfsetup/install/files/js/WCF.User.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.User.js b/wcfsetup/install/files/js/WCF.User.js index 2773f65f77..174694e1a5 100644 --- a/wcfsetup/install/files/js/WCF.User.js +++ b/wcfsetup/install/files/js/WCF.User.js @@ -635,6 +635,8 @@ if (COMPILER_TARGET_DEFAULT) { } this._dropdown.close(); + + WCF.System.Event.fireEvent('com.woltlab.wcf.UserMenuMobile', 'close'); }).bind(this)); }.bind(this))); } -- 2.20.1