Skip to content

Commit

Permalink
fix: close dialog should remove dom (#3963)
Browse files Browse the repository at this point in the history
  • Loading branch information
SorrowX authored Oct 6, 2023
1 parent ac76b62 commit 97e7544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/element/src/form-dialog/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ export function FormDialog(
parent: getProtalContext(id as string | symbol),
})
env.instance.$mount(env.root)
env.root = env.instance.$el
}

env.instance.visible = visible
Expand Down

0 comments on commit 97e7544

Please sign in to comment.