mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix mobile 3-dots / context menu button closed the menu immediately
This commit is contained in:
parent
88433f3f47
commit
a66eb56bde
@ -3492,6 +3492,7 @@ export class et2_nextmatch_header_bar extends et2_DOMWidget implements et2_INext
|
||||
{
|
||||
if (self.nextmatch.getDOMNode().getElementsByClassName('selected').length>0)
|
||||
{
|
||||
e.stopPropagation();
|
||||
self.nextmatch.getDOMNode().getElementsByClassName('selected')[0].dispatchEvent(new CustomEvent("tapandhold",{type:'tapandhold'}));
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user