tests: fix redo

This commit is contained in:
John McLear 2020-03-23 11:09:05 +00:00 committed by muxator
parent 675c839d92
commit fc1d1fca2b

View file

@ -52,7 +52,7 @@ describe("undo button then redo button", function(){
e.which = 90; // z
inner$("#innerdocbody").trigger(e);
var e = inner$.Event(evtType);
var e = inner$.Event(helper.evtType);
e.ctrlKey = true; // Control key
e.which = 121; // y
inner$("#innerdocbody").trigger(e);