force measure sizes if container is visible but width is 0
This commit is contained in:
parent
4d9118e6fe
commit
524930a2c7
1 changed files with 2 additions and 0 deletions
|
|
@ -738,6 +738,8 @@ var VirtualRenderer = function(container, theme) {
|
|||
changes |= this.$changes;
|
||||
this.$changes = 0;
|
||||
}
|
||||
if (!this.$size.width)
|
||||
return this.onResize(true);
|
||||
|
||||
// this.$logChanges(changes);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue