mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
Fix click handling on grid's row no longer works
(cherry picked from commit 3dbdbc05964ad9dded880318b3e80b309185cc88)
This commit is contained in:
parent
6d7de44b7a
commit
a8bd6e9e3c
@ -106,7 +106,7 @@ export class EgwPopupActionImplementation implements EgwActionImplementation {
|
||||
}
|
||||
|
||||
if (!(_context.manager.getActionsByAttr('singleClick', true).length > 0 &&
|
||||
e.originalEvent.target.classList.contains('et2_clickable'))) {
|
||||
e.target.classList.contains('et2_clickable'))) {
|
||||
_callback.call(_context, "default", this);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user