forked from extern/egroupware
Remove warning
This commit is contained in:
parent
4e4a24ea1d
commit
af9aaa25de
@ -1351,7 +1351,6 @@ function transformAttributes(widget, mgr : et2_arrayMgr, attributes)
|
|||||||
widget.style.setProperty("width", attributes.width);
|
widget.style.setProperty("width", attributes.width);
|
||||||
widget.style.setProperty("flex", "0 0 auto");
|
widget.style.setProperty("flex", "0 0 auto");
|
||||||
delete attributes.width;
|
delete attributes.width;
|
||||||
console.log("Widget sets width via attribute. We want to avoid this - use CSS instead.", widget);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Apply any set attributes - widget will do its own coercion
|
// Apply any set attributes - widget will do its own coercion
|
||||||
|
Loading…
Reference in New Issue
Block a user