Fix typo related to the commit 8e8c664e95

This commit is contained in:
hadi 2023-05-03 15:33:23 +02:00
parent e58e221e2a
commit 6588759497

View File

@ -302,7 +302,7 @@ export function egwPopupActionImplementation()
} }
}); });
// bind a custom event tapandhold to be able to call it from nm action button // 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 * Registers the handler for the context menu