Remove deprecated IE11 Esc key case
Apparently KeyboardEvent.key is `Esc` in IE11 while other browsers use `Escape`. After a quick check in BrowserStack, Edge 17 and 18 also use `Escape`, so we can get rid of the `Esc` case.
Showing
Please register or sign in to comment