1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00

Fix force-keeping at bottom

This commit is contained in:
Lance Stout 2013-09-26 11:11:11 -07:00
parent 49ea416a24
commit be04ae4981

View File

@ -62,7 +62,6 @@ module.exports = {
handleAtBottom: function () {
if (this.isVisible()) {
this.pinnedToBottom = true;
this.scrollToBottom();
}
},
isBottom: function () {