You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CustomEvent is not available in IE11 which causes the Shortcuts component to malfunction by throwing an unhandled exception on each keypress, leading to a massive slowdown when typing (as well as the shortcuts not working, of course). 😉
CustomEvent is not available in IE11 which causes the Shortcuts component to malfunction by throwing an unhandled exception on each keypress, leading to a massive slowdown when typing (as well as the shortcuts not working, of course). 😉
We were able to remedy the problem by supplying the polyfill for IE described here:
https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent
There is also an npm package that should fix this issue easily (untested):
https://github.com/krambuhl/custom-event-polyfill
Could you include the polyfill for the next release? Thanks!
The text was updated successfully, but these errors were encountered: