mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
Update src/client/app/desktop/views/pages/deck/deck.notes.vue
This commit is contained in:
parent
ece1af5824
commit
bb70d70a5e
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ export default Vue.extend({
|
||||||
}
|
}
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
// タブが非表示またはスクロール位置が最上部ではないならタイトルで通知
|
// タブが非表示ならタイトルで通知
|
||||||
if (document.hidden || !this.isScrollTop()) {
|
if (document.hidden) {
|
||||||
this.$store.commit('pushBehindNote', note);
|
this.$store.commit('pushBehindNote', note);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue