Ensure that pgAdmin4 shut down completely on the Quit command. Fixes #6420

This commit is contained in:
Akshay Joshi 2021-05-10 15:28:45 +05:30
parent 89b0028684
commit 1e6eca1787
2 changed files with 1 additions and 3 deletions

View File

@ -34,3 +34,4 @@ Bug fixes
| `Issue #6413 <https://redmine.postgresql.org/issues/6413>`_ - Fixed an issue where duplicate columns are visible in the browser tree, which is owned by two sequences.
| `Issue #6416 <https://redmine.postgresql.org/issues/6416>`_ - Added comment column in the properties panel for View and Materialized View collection node.
| `Issue #6417 <https://redmine.postgresql.org/issues/6417>`_ - Fixed an issue where query editor is not being closed if the user clicks on the 'Don't Save' button.
| `Issue #6420 <https://redmine.postgresql.org/issues/6420>`_ - Ensure that pgAdmin4 shut down completely on the Quit command.

View File

@ -218,9 +218,6 @@ const cleanupAndQuitApp = () => {
}
if (pgAdminWindowObject != null) {
// Close the window.
pgAdminWindowObject.close(true);
// Remove all the cookies.
pgAdminWindowObject.cookies.getAll({}, function(cookies) {
try {