Add titles to the code areas of the Query Tool and Debugger to ensure that panels can be re-docked within them. Fixes #3619
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d801ed5008c48c13841f7965ba7582ff6191f9bc Author: Akshay Joshi <akshay.jo...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_3_7.rst | 1 + web/pgadmin/tools/debugger/__init__.py | 21 +++++++++++++++++++++ web/pgadmin/tools/debugger/static/js/direct.js | 5 +++-- .../tools/debugger/templates/debugger/direct.html | 2 +- web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 4 ++-- 5 files changed, 28 insertions(+), 5 deletions(-)