mirror of
				https://github.com/SoPat712/videospeed.git
				synced 2025-10-29 18:30:35 -04:00 
			
		
		
		
	Merge pull request #1 from simevidas/master
Fixed issue with double click
This commit is contained in:
		| @@ -64,6 +64,11 @@ chrome.extension.sendMessage({}, function(response) { | |||||||
|           e.preventDefault(); |           e.preventDefault(); | ||||||
|           e.stopPropagation(); |           e.stopPropagation(); | ||||||
|         }, true); |         }, true); | ||||||
|  |  | ||||||
|  |         container.addEventListener('dblclick', function(e) { | ||||||
|  |           e.preventDefault(); | ||||||
|  |           e.stopPropagation(); | ||||||
|  |         }, true); | ||||||
|       } |       } | ||||||
|  |  | ||||||
|       function runAction(action) { |       function runAction(action) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ilya Grigorik
					Ilya Grigorik