mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix click handling on grid's row no longer works
This commit is contained in:
parent
45176fbba0
commit
3dbdbc0596
@ -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