mirror of
https://github.com/moparisthebest/kaiwa
synced 2025-02-16 15:10:11 -05:00
Keep the scrolling intent behaviour
This commit is contained in:
parent
22128dfa66
commit
b9a40a6d58
@ -9,6 +9,7 @@ module.exports = {
|
|||||||
var self = this;
|
var self = this;
|
||||||
this.pinnedToBottom = true;
|
this.pinnedToBottom = true;
|
||||||
this.lastScrollTop = 0;
|
this.lastScrollTop = 0;
|
||||||
|
this.$scrollContainer.on('scroll', this.handleScroll.bind(this));
|
||||||
},
|
},
|
||||||
scrollPageLoad: function () {
|
scrollPageLoad: function () {
|
||||||
if (typeof this.lastScrollPosition === 'number') {
|
if (typeof this.lastScrollPosition === 'number') {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1387496053745
|
# 0.0.1 1387497051758
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user