Skip to content

Commit d1e0339

Browse files
committed
Fix issue that prematurely closes dialog
1 parent 6ba229b commit d1e0339

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/GrampsjsObjectForm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ export class GrampsjsObjectForm extends GrampsjsTranslateMixin(LitElement) {
101101
scrimClickAction=""
102102
heading="${this.dialogTitle}"
103103
open
104-
@closed="${this._handleDialogCancel}"
105104
>
106105
107106
<div @formdata:changed="${this._handleFormData}">

0 commit comments

Comments
 (0)