mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
parent
afffdfdddd
commit
957d303a0d
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ var Key = new function() {
|
|||
// This shouldn't happen, but it does in Chrome on Ubuntu.
|
||||
// In these cases, character is actually the key we want!
|
||||
// See #881
|
||||
key = character;
|
||||
key = character.toLowerCase();
|
||||
}
|
||||
handleKey(true, key, character, event);
|
||||
downKey = null;
|
||||
|
|
Loading…
Reference in a new issue