mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 11:21:23 +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)
|
getDetachedAttributes(_attrs)
|
||||||
{
|
{
|
||||||
_attrs.push('data');
|
_attrs.push('data', 'onclick');
|
||||||
}
|
}
|
||||||
|
|
||||||
getDetachedNodes()
|
getDetachedNodes()
|
||||||
|
Loading…
Reference in New Issue
Block a user