mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Update to support opening child editing form via url (hash or sub-path); also proceses on record-view via hash
This commit is contained in:
@ -162,7 +162,7 @@ function EntityDeveloperView({table}: Props): JSX.Element
|
||||
|
||||
const closeEditingScript = (event: object, reason: string, alert: string = null) =>
|
||||
{
|
||||
if (reason === "backdropClick")
|
||||
if (reason === "backdropClick" || reason === "escapeKeyDown")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user