diff --git a/api/js/egw_action/egw_action_popup.js b/api/js/egw_action/egw_action_popup.js index c490e8be31..29b62f2291 100644 --- a/api/js/egw_action/egw_action_popup.js +++ b/api/js/egw_action/egw_action_popup.js @@ -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