fix variable name is MkMediaList
This commit is contained in:
		
							parent
							
								
									4c409dd6c6
								
							
						
					
					
						commit
						8a37ed668e
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -178,14 +178,14 @@ onMounted(() => {
 | 
			
		|||
				textBox.className = 'pswp__alt-text _acrylic';
 | 
			
		||||
				el.appendChild(textBox);
 | 
			
		||||
 | 
			
		||||
				pwsp.on('change', () => {
 | 
			
		||||
					if (pwsp.currSlide?.data.comment) {
 | 
			
		||||
				pswp.on('change', () => {
 | 
			
		||||
					if (pswp.currSlide?.data.comment) {
 | 
			
		||||
						textBox.style.display = '';
 | 
			
		||||
					} else {
 | 
			
		||||
						textBox.style.display = 'none';
 | 
			
		||||
					}
 | 
			
		||||
 | 
			
		||||
					textBox.textContent = pwsp.currSlide?.data.comment;
 | 
			
		||||
					textBox.textContent = pswp.currSlide?.data.comment;
 | 
			
		||||
				});
 | 
			
		||||
			},
 | 
			
		||||
		});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue