fix(frontend): 画面ビューワをタップした場合、マウスクリックと同様に画像ビューワを閉じるように (#11211)
* fix: change tapAction of photoswipe to 'close' * doc: update CHANGELOG.md --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
		@@ -113,7 +113,7 @@ onMounted(() => {
 | 
			
		||||
			right: 0,
 | 
			
		||||
		},
 | 
			
		||||
		imageClickAction: 'close',
 | 
			
		||||
		tapAction: 'toggle-controls',
 | 
			
		||||
		tapAction: 'close',
 | 
			
		||||
		bgOpacity: 1,
 | 
			
		||||
		showAnimationDuration: 100,
 | 
			
		||||
		hideAnimationDuration: 100,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user