Fix click handling on grid's row no longer works

(cherry picked from commit 3dbdbc0596)
This commit is contained in:
hadi 2023-07-28 15:20:59 +02:00 committed by Milan
parent 6d7de44b7a
commit a8bd6e9e3c

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