Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit cc5edde

Browse files
author
Yvonne Yip
committed
polymer-virtual-list: fire scroll event
1 parent 6f47c4b commit cc5edde

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

list/elements/polymer-virtual-list/polymer-virtual-list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
return this.$.viewport.querySelector('[page="' + pageNum + '"]');
173173
},
174174
scroll: function() {
175+
this.fire('polymer-list-scroll');
175176
var info = this.getViewportPageInfo();
176177
if (!this.pages[0] || this.pages[0].pageNum != info.start) {
177178
this.prepareUpdate(info);

0 commit comments

Comments
 (0)