pgAdmin 4 commit: Avoid a potential conflict with jquery.drag and use a

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Avoid a potential conflict with jquery.drag and use a
Date: 2021-09-01 09:32:43
Message-ID: E1mLMbr-0000M3-Dl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Avoid a potential conflict with jquery.drag and use addEventListener to bind events.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/static/js/panel.js | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-01 09:33:21 Re: [pgAdmin][patch] Using addEventListener to avoid conflict with jquery.drag
Previous Message Aditya Toshniwal 2021-09-01 08:06:15 [pgAdmin][patch] Using addEventListener to avoid conflict with jquery.drag