Skip to content

Commit

Permalink
fix(virtual-list): several issues
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Mar 23, 2017
1 parent 8ac2ff4 commit ccb49f3
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 178 deletions.
2 changes: 1 addition & 1 deletion src/components/virtual-scroll/test/virtual-scroll.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ describe('VirtualScroll', () => {
describe('initReadNodes', () => {

it('should get all the row heights w/ 30% width rows', () => {
let firstTop = 3;
let firstTop = 13;
nodes = [
{cell: 0, tmpl: TEMPLATE_HEADER, view: getView(data.viewWidth, HEIGHT_HEADER, firstTop, 0)},
{cell: 1, tmpl: TEMPLATE_ITEM, view: getView(90, HEIGHT_ITEM, HEIGHT_HEADER + firstTop, 0)},
Expand Down
Loading

0 comments on commit ccb49f3

Please sign in to comment.