From 65887594970498ff3f08ef38a20b35f723f7ebc3 Mon Sep 17 00:00:00 2001 From: hadi Date: Wed, 3 May 2023 15:33:23 +0200 Subject: [PATCH] Fix typo related to the commit 8e8c664e951028934ff520459e50d8f996b75046 --- api/js/egw_action/egw_action_popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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