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
 | 
								//#endregion
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			// タブが非表示またはスクロール位置が最上部ではないならタイトルで通知
 | 
								// タブが非表示ならタイトルで通知
 | 
				
			||||||
			if (document.hidden || !this.isScrollTop()) {
 | 
								if (document.hidden) {
 | 
				
			||||||
				this.$store.commit('pushBehindNote', note);
 | 
									this.$store.commit('pushBehindNote', note);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue