instructure / instructure-ui

A UI Component Library made by Instructure, Inc.
https://instructure.design/
Other
435 stars 98 forks source link

fix(ui-editable): fix the Esc key event propagation inside the Editab… #1424

Closed judikdavid closed 7 months ago

judikdavid commented 7 months ago

…le component

Previously when you hit Esc in an InPlacEdit component inside a Modal, the Modal would close.

TEST PLAN:

Create an InPlaceEdit inside a Modal, then focus the InPlaceEdit, hit Esc, the Modal should not close.