Thread: pgAdmin 4 commit: 1) Ensure that autocomplete does not appear when navi

pgAdmin 4 commit: 1) Ensure that autocomplete does not appear when navi

From
Akshay Joshi
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=95312f2d14b0842e3e3e209300b18583c6b47517

Modified Files
--------------
docs/en_US/release_notes_6_13.rst                       |  2 ++
web/pgadmin/static/js/components/CodeMirror.jsx         |  3 ++-
.../sqleditor/static/js/components/sections/Query.jsx   | 17 +++++++++++------
3 files changed, 15 insertions(+), 7 deletions(-)