mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
do not skip handleSelect on sub-menu click
This commit is contained in:
parent
5f78602e4d
commit
c4e674d177
@ -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