1) Ensure that autocomplete does not appear when navigating code using arrow keys. Fixes #7573

2) Fixed an issue where autocomplete is not working after clearing the query editor. Fixes #7563
This commit is contained in:
Akshay Joshi
2022-08-01 14:38:32 +05:30
parent 6145dc76fc
commit 95312f2d14
3 changed files with 15 additions and 7 deletions

View File

@@ -19,3 +19,5 @@ Housekeeping
Bug fixes
*********
| `Issue #7563 <https://redmine.postgresql.org/issues/7563>`_ - Fixed an issue where autocomplete is not working after clearing the query editor.
| `Issue #7573 <https://redmine.postgresql.org/issues/7573>`_ - Ensure that autocomplete does not appear when navigating code using arrow keys.