mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 11:21:23 +01:00
do not skip handleSelect on sub-menu click
(cherry picked from commit c4e674d177
)
This commit is contained in:
parent
00fdf6a227
commit
0ef7077357
@ -137,8 +137,8 @@ export class EgwMenuShoelace extends LitElement
|
||||
|
||||
handleSelect(event)
|
||||
{
|
||||
// If not open or from a sub-menu, skip
|
||||
if(!this.popup || event.target !== this.menu)
|
||||
// If not open, skip
|
||||
if(!this.popup)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user