Update timeline.vue (refactor)
This commit is contained in:
		
							parent
							
								
									6cdecd72ee
								
							
						
					
					
						commit
						75b0315ace
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -240,7 +240,7 @@ function closeTutorial(): void {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
function switchTlIfNeeded() {
 | 
			
		||||
	if (isBasicTimeline(src.value) && !availableBasicTimelines().includes(src.value)) {
 | 
			
		||||
	if (isBasicTimeline(src.value) && !isAvailableBasicTimeline(src.value)) {
 | 
			
		||||
		src.value = availableBasicTimelines()[0];
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue