kopia lustrzana https://github.com/c9/core
fix test=1 flag
rodzic
06b6fd4a3d
commit
372ea62033
|
@ -536,7 +536,7 @@ var VirtualRenderer = function(container, cellWidth, cellHeight) {
|
|||
var height = this.provider.getTotalHeight() + headingHeight;
|
||||
var maxHeight = this.getMaxHeight
|
||||
? this.getMaxHeight()
|
||||
: this.$maxLines * this.provider.rowHeight + headingHeight
|
||||
: this.$maxLines * this.provider.rowHeight + headingHeight;
|
||||
var desiredHeight = Math.max(
|
||||
(this.$minLines || 1) * this.provider.rowHeight + headingHeight,
|
||||
Math.min(maxHeight, height)
|
||||
|
|
Ładowanie…
Reference in New Issue