mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
chore : fix ShortcutServiceTest on macosx
This commit is contained in:
parent
01eb0cdb43
commit
cc62c5b3cb
@ -20,8 +20,10 @@ describe("ShortcutService test suite", function() {
|
||||
return this;
|
||||
},
|
||||
ctrlKey : false,
|
||||
metaKey : false,
|
||||
withCtrlKey : function () {
|
||||
this.ctrlKey = true;
|
||||
this.metaKey = true;
|
||||
return this;
|
||||
},
|
||||
shiftKey : false,
|
||||
|
Loading…
Reference in New Issue
Block a user