Skip to content

Commit 31c38ad

Browse files
author
Igor Petushkov
committed
fix KeyCombo [TypeError: Cannot read property 'on' of undefined]
1 parent aa78bf7 commit 31c38ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

v3/src/input/keyboard/KeyboardManager.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ var KeyboardManager = new Class({
2626
{
2727
this.manager = inputManager;
2828

29+
this.events = inputManager.events;
30+
2931
this.enabled = false;
3032

3133
this.target;

0 commit comments

Comments
 (0)