Form overhaul: Reference Form

This commit is contained in:
Stefan Zermatten
2023-05-16 21:50:50 +02:00
parent bf6fb358e6
commit 4c34986fb7
5 changed files with 77 additions and 44 deletions

View File

@@ -88,7 +88,7 @@
// If the top dialog can't be closed with the backdrop, shake shake
const topDialog = this.dialogs[this.dialogs.length - 1];
if (topDialog.data.noBackdropClose) {
if (topDialog?.data?.noBackdropClose) {
this.shakeTopDialog();
return;
}