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:
2022-12-06 15:56:20 -06:00
parent ad239544f5
commit 80a3c0679e
7 changed files with 220 additions and 95 deletions

View File

@ -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;
}