Fixed an issue where multiple query tool tabs getting closed for the single close event. Fixes #6710

This commit is contained in:
Nikhil Mohite
2021-08-30 16:59:46 +05:30
committed by Akshay Joshi
parent 22f20a38ec
commit 7deda52bd9
3 changed files with 31 additions and 19 deletions

View File

@@ -38,3 +38,4 @@ Bug fixes
| `Issue #6682 <https://redmine.postgresql.org/issues/6682>`_ - Renamed 'Auto rollback?' to 'Auto rollback on error?'.
| `Issue #6684 <https://redmine.postgresql.org/issues/6684>`_ - Fixed the JSON editor issue of hiding the first record.
| `Issue #6685 <https://redmine.postgresql.org/issues/6685>`_ - Ensure that deleting a database should not automatically connect to the next database.
| `Issue #6710 <https://redmine.postgresql.org/issues/6710>`_ - Fixed an issue where multiple query tool tabs getting closed for the single close event.