Add double tap to zoom and swipe to dismiss to media modal in web UI (#34210)
Co-authored-by: ChaosExAnima <ChaosExAnima@users.noreply.github.com>
This commit is contained in:
		@@ -4,7 +4,7 @@ const { env, settings } = require('../configuration');
 | 
			
		||||
 | 
			
		||||
// Those modules contain modern ES code that need to be transpiled for Webpack to process it
 | 
			
		||||
const nodeModulesToProcess = [
 | 
			
		||||
  '@reduxjs', 'fuzzysort', 'toygrad'
 | 
			
		||||
  '@reduxjs', 'fuzzysort', 'toygrad', '@react-spring'
 | 
			
		||||
];
 | 
			
		||||
 | 
			
		||||
module.exports = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user