pgAdmin 4 commit: Ensure that the editor position should not get change

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the editor position should not get change
Date: 2022-05-18 08:22:55
Message-ID: E1nrExL-0007Ec-Sv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the editor position should not get changed once it is opened. Fixes #7393

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5e0dfff42a4bdde75575fa26c03c054b8fa1d8a4
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_10.rst | 1 +
.../browser/static/js/ConnectServerContent.jsx | 2 +-
.../js/components/QueryToolDataGrid/Editors.jsx | 34 ++++++++++++++++++----
.../js/components/QueryToolDataGrid/index.jsx | 12 +++++---
4 files changed, 39 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-05-18 08:23:19 Re: [pgAdmin][RM7393] Do not change position of editor once opened
Previous Message Aditya Toshniwal 2022-05-18 08:01:47 Re: [pgAdmin][RM7393] Do not change position of editor once opened