Clicking on notifications did not close the user menu overlay
authorAlexander Ebert <ebert@woltlab.com>
Mon, 22 Feb 2021 22:56:14 +0000 (23:56 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 22 Feb 2021 22:56:14 +0000 (23:56 +0100)
wcfsetup/install/files/js/WCF.User.js

index 2773f65f773556289d10e22f29a275cd75d89031..174694e1a5c594cda1f283ca0ecb7cb2b390c2a2 100644 (file)
@@ -635,6 +635,8 @@ if (COMPILER_TARGET_DEFAULT) {
                                        }
                                        
                                        this._dropdown.close();
+
+                                       WCF.System.Event.fireEvent('com.woltlab.wcf.UserMenuMobile', 'close');
                                }).bind(this));
                        }.bind(this)));
                }