commit | dc9cd4a032a79d62727b957efca8ced3b3907584 | [log] [tgz] |
---|---|---|
author | Milutin Kristofic <milutin@google.com> | Thu Jul 22 14:51:53 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 22 14:51:53 2021 +0000 |
tree | c3a7803c6a3d8463035296b3bfa51c147a8cc966 | |
parent | 4e14edc0797f7feeaf31372f327b829e46f3db98 [diff] | |
parent | 54e0d79ab567ce4cb6bbb8e6ade1a7aa343d4a07 [diff] |
Merge "Close delete dialog after confirming deleting change"
diff --git a/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.ts b/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.ts index a0b1794..fce7db9 100644 --- a/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.ts +++ b/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.ts
@@ -1486,6 +1486,7 @@ } _handleDeleteConfirm() { + this._hideAllDialogs(); this._fireAction( '/', assertUIActionInfo(this.actions[ChangeActions.DELETE]),