pgAdmin 4 commit: Fixed an issue where textarea of the JSON Editor does

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where textarea of the JSON Editor does
Date: 2022-09-08 10:01:52
Message-ID: E1oWEM4-0000hy-KH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where textarea of the JSON Editor does not resize with dialog. Fixes #7656

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=603ce21d24b332002f7bc9db14d80f3e751ff545
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_14.rst | 1 +
web/pgadmin/static/js/components/JsonEditor.jsx | 7 +++++++
2 files changed, 8 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-09-08 10:02:22 Re: Bug #7656 - Query Tool JSON Results, dblclk popup - textarea does not resize with dialog
Previous Message Akshay Joshi 2022-09-08 09:47:21 pgAdmin 4 commit: Remove Alertify from pgAdmin completely. Fixes #7619