mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-14 17:30:11 +01:00
Fix typo related to the commit 8e8c664e95
This commit is contained in:
parent
d311102a98
commit
e6f78d9d75
@ -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