mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed hotkeys not resetting on presenter change
This commit is contained in:
@ -18,9 +18,14 @@ App.Keyboard = function(mousetrap) {
|
||||
};
|
||||
}
|
||||
|
||||
function reset() {
|
||||
mousetrap.reset();
|
||||
}
|
||||
|
||||
return {
|
||||
keydown: keydown,
|
||||
keyup: keyup,
|
||||
reset: reset,
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user