Skip to content

Escape Key cancels `check_change()` dialog

Anthony Aromin requested to merge SaiKiru/apostrophe:escape-cancels-dialog into main

Fixes #311 (closed)

Escape Key returns a DELETE_EVENT. Since the code only checks for CANCEL events, Escape key is mishandled as a "positive" event.

Merge request reports