We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0058f87 commit e4b3e74Copy full SHA for e4b3e74
src/timeline/app.js
@@ -78,7 +78,7 @@ $(document).ready(function () {
78
}
79
});
80
81
- body_object.keyup(function () {
+ body_object.keyup(function (event) {
82
if (event.which === 16) {
83
if (timeline) {
84
timeline.qt_log2("DEBUG", "Shift released!");
0 commit comments