mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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
|
// 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
|
||||||
|
Loading…
Reference in New Issue
Block a user