mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:25 +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)
|
if (self.nextmatch.getDOMNode().getElementsByClassName('selected').length>0)
|
||||||
{
|
{
|
||||||
|
e.stopPropagation();
|
||||||
self.nextmatch.getDOMNode().getElementsByClassName('selected')[0].dispatchEvent(new CustomEvent("tapandhold",{type:'tapandhold'}));
|
self.nextmatch.getDOMNode().getElementsByClassName('selected')[0].dispatchEvent(new CustomEvent("tapandhold",{type:'tapandhold'}));
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user