Merge branch 'develop'

This commit is contained in:
syuilo
2019-05-05 20:33:44 +09:00
47 changed files with 160 additions and 58 deletions

View File

@@ -181,7 +181,7 @@ export default Vue.extend({
this.releaseQueue();
}
if (this.$store.state.settings.fetchOnScroll !== false) {
if (this.$store.state.settings.fetchOnScroll) {
const current = window.scrollY + window.innerHeight;
if (current > document.body.offsetHeight - 8) this.fetchMore();
}