Update src/client/app/desktop/views/pages/deck/deck.notes.vue

This commit is contained in:
syuilo 2018-10-25 06:14:31 +09:00
parent 69b730e91a
commit bcfa9e18bf
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -159,8 +159,8 @@ export default Vue.extend({
}
//#endregion
//
if (document.hidden || !this.isScrollTop()) {
//
if (document.hidden) {
this.$store.commit('pushBehindNote', note);
}