mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix typo related to the commit 8e8c664e95
This commit is contained in:
parent
e58e221e2a
commit
6588759497
@ -302,7 +302,7 @@ export function egwPopupActionImplementation()
|
||||
}
|
||||
});
|
||||
// bind a custom event tapandhold to be able to call it from nm action button
|
||||
_node.addEventListener('tapandhold', _event=>{_callback(_)});
|
||||
_node.addEventListener('tapandhold', _event=>{_callback(_event)});
|
||||
}
|
||||
/**
|
||||
* Registers the handler for the context menu
|
||||
|
Loading…
Reference in New Issue
Block a user