forked from FoundKeyGang/FoundKey
Update src/client/app/desktop/views/pages/deck/deck.notes.vue
This commit is contained in:
parent
69b730e91a
commit
bcfa9e18bf
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ export default Vue.extend({
|
|||
}
|
||||
//#endregion
|
||||
|
||||
// タブが非表示またはスクロール位置が最上部ではないならタイトルで通知
|
||||
if (document.hidden || !this.isScrollTop()) {
|
||||
// タブが非表示ならタイトルで通知
|
||||
if (document.hidden) {
|
||||
this.$store.commit('pushBehindNote', note);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue