forked from extern/egroupware
Remove setting defaults to undefined. It doesn't help the sizing issue, and it causes problems in the parent's size calculations
This commit is contained in:
parent
e3e3def64c
commit
8f784cd7b3
@ -53,10 +53,6 @@ export class Et2Textarea extends Et2InputWidget(Et2Widget(LionTextarea))
|
||||
constructor()
|
||||
{
|
||||
super();
|
||||
|
||||
// Unset parent's defaults
|
||||
this.rows = undefined;
|
||||
this.maxRows = undefined;
|
||||
}
|
||||
|
||||
connectedCallback()
|
||||
|
Loading…
Reference in New Issue
Block a user