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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Ensure that autocomplete does not appear when navi
Date: 2022-08-01 09:08:53
Message-ID: E1oIRPx-00040Y-M4@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-01 09:10:00 Re: [pgAdmin][RM7462]: Revisit all the SQL files and remove the SQL for all the unsupported version
Previous Message Anthony DeBarros 2022-07-28 13:32:01 Re: pgAdmin 4 v6.12 Released