Skip to content

Commit

Permalink
Merge pull request #2488 from boltdesignsystem/feature/DS-459-pl-bugfix
Browse files Browse the repository at this point in the history
DS-459 Comment out esc key hijack in PL
  • Loading branch information
danielamorse committed May 16, 2022
2 parents af5f4a1 + 0ee2625 commit 56de0b3
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 56de0b3

Please sign in to comment.