Skip to content

Close OverlaySheet when pressing Esc key

Ismael Asensio requested to merge work/overlay_close_on_esc into master

It is an expected behavior to close dialogs on the Esc key.

Add this behavior to OverlaySheet (which acts as a de-facto dialog) to also prevent misleadingly close the parent app when pressing Esc.

Merge request reports