1. Fixed an issue where Alt-Shift-Q didn't work after creating a new query. Fixes #7575 2. Fixed an issue where the Query Editor loses focus when saving a query (Alt+s). Fixes #7521 3. Ensure that an error is thrown if clipboard access is not provided and change the copy rows shortcut. Fixes #7452
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=306b184e112192d3a0f97268f6e2512c502b35c7 Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_6_13.rst | 3 +++ web/pgadmin/misc/bgprocess/static/js/Processes.jsx | 5 +++-- web/pgadmin/static/js/clipboard.js | 6 ++++-- web/pgadmin/static/js/components/PgTable.jsx | 1 + .../static/js/components/QueryToolComponent.jsx | 2 ++ .../static/js/components/QueryToolConstants.js | 1 + .../static/js/components/sections/ConnectionBar.jsx | 17 +++++++++++++++-- .../sqleditor/static/js/components/sections/Query.jsx | 13 ++++++++++++- .../static/js/components/sections/ResultSetToolbar.jsx | 15 ++++++++++++++- .../tools/sqleditor/utils/query_tool_preferences.py | 13 ------------- 10 files changed, 55 insertions(+), 21 deletions(-)