mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-15 14:04:59 -05:00
Fix force-keeping at bottom
This commit is contained in:
parent
49ea416a24
commit
be04ae4981
@ -62,7 +62,6 @@ module.exports = {
|
|||||||
handleAtBottom: function () {
|
handleAtBottom: function () {
|
||||||
if (this.isVisible()) {
|
if (this.isVisible()) {
|
||||||
this.pinnedToBottom = true;
|
this.pinnedToBottom = true;
|
||||||
this.scrollToBottom();
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
isBottom: function () {
|
isBottom: function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user