Browse Source

Merge branch '148-inventory-compare-window-blur' into 'staging'

Fixes #148

See merge request !95
tags/v0.1.3^2
Big Bad Waffle 7 years ago
parent
commit
5c9c243377
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/client/js/input.js

+ 4
- 0
src/client/js/input.js View File

@@ -54,6 +54,10 @@ define([
},

resetKeys: function() {
for (var k in this.keys) {
events.emit('onKeyUp', k);
}

this.keys = {};
},



Loading…
Cancel
Save