Browse Source

Merge pull request #660 from f-dg/f-dg-onscroll

Onscroll event
Inuyaksa 8 năm trước cách đây
mục cha
commit
c42fd04ff3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      jquery.nicescroll.js

+ 1 - 0
jquery.nicescroll.js

@@ -3333,6 +3333,7 @@
           self.noticeCursor();
         });
       }
+      self.triggerScrollEnd();
     };
     self.bind(self.docscroll, "scroll", self.onscroll);