Skip to content

Commit

Permalink
DS-459: Comment out esc key hijack in PL
Browse files Browse the repository at this point in the history
  • Loading branch information
danielamorse committed May 13, 2022
1 parent af5f4a1 commit 0ee2625
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ Mousetrap.bind('esc', function(e) {
// @todo: how do we want to handle exceptions here?
}

return false;
// IMPORTANT: commenting this out as it prevents escape key events from returning!
// Not sure if this is even a part of an active PL feature, but this cannot happen.
// return false;
});

0 comments on commit 0ee2625

Please sign in to comment.