mirror of
				https://github.com/ether/etherpad-lite.git
				synced 2025-10-31 08:11:10 +01:00 
			
		
		
		
	missed an evt
This commit is contained in:
		
							parent
							
								
									34c2cf40fa
								
							
						
					
					
						commit
						6bac01009b
					
				| @ -58,7 +58,7 @@ describe("undo button then redo button", function(){ | ||||
|     e.which = 90; // z
 | ||||
|     inner$("#innerdocbody").trigger(e); | ||||
| 
 | ||||
|     var e = inner$.Event("keydown"); | ||||
|     var e = inner$.Event(evtType); | ||||
|     e.ctrlKey = true; // Control key
 | ||||
|     e.which = 121; // y
 | ||||
|     inner$("#innerdocbody").trigger(e); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user