pgAdmin 4 commit: Fix some errors thrown on the JS console when draggin

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix some errors thrown on the JS console when draggin
Date: 2019-08-02 10:29:00
Message-ID: E1htUo0-0000Wf-Tj@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix some errors thrown on the JS console when dragging text in the Query Tool. Fixes #4552

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_12.rst | 3 ++-
web/pgadmin/static/js/tree/tree.js | 20 ++++++++++--------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 24 ++++++++++++++--------
3 files changed, 30 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-08-02 10:29:16 Re: [pgAdmin][RM4552] Dragging the selected text in SQL editor throws console errors
Previous Message Yosry Muhammad 2019-08-02 09:54:41 Re: [Help] Modifying get_columns.sql template