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
Looks like there is an issue in calcite-js with the key handling for the esc key.
Reproducible steps:
Navigate to the content page on ArcGIS Online.
Open the dev console and press the esc key and note the following error in the dev console:
at main.js:3341
at Array.forEach (<anonymous>)
at g (main.js:3341)
at b (main.js:3349)
at F.emit (main.js:3368)
at HTMLDocument.<anonymous> (main.js:3369)
The text was updated successfully, but these errors were encountered:
Looks like this is related to the closeDrawer logic. When there is no drawer, the handler is still attached, so you get an error. Targeting next minor release.
Looks like there is an issue in calcite-js with the key handling for the esc key.
Reproducible steps:
The text was updated successfully, but these errors were encountered: