1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-01-01 03:29:35 +01:00

Fix click handling on grid's row no longer works

This commit is contained in:
hadi 2023-07-28 15:20:59 +02:00
parent 45176fbba0
commit 3dbdbc0596

View File

@ -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);
}