mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
Fix click handling on grid's row no longer works
(cherry picked from commit 3dbdbc0596
)
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…
Reference in New Issue
Block a user