mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
Api: Let box onclick also be detached attribute
This commit is contained in:
parent
6b870ec652
commit
f28771e22b
@ -108,7 +108,7 @@ export class Et2Box extends Et2Widget(LitElement) implements et2_IDetachedDOM
|
||||
*/
|
||||
getDetachedAttributes(_attrs)
|
||||
{
|
||||
_attrs.push('data');
|
||||
_attrs.push('data', 'onclick');
|
||||
}
|
||||
|
||||
getDetachedNodes()
|
||||
|
Loading…
Reference in New Issue
Block a user