pgAdmin 4 commit: Fixed an issue where the user can not paste the updat - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the user can not paste the updat
Date
Msg-id E1mKdPL-0000X8-Lj@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where the user can not paste the updated table header in safari 12 and 13 browsers. Fixes #4815

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=22f20a38ecf8549d30f902349b9a68122d307f0e
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_7.rst             | 1 +
web/pgadmin/dashboard/static/js/dashboard.js | 4 ++--
web/pgadmin/static/js/selection/clipboard.js | 2 +-
web/pgadmin/static/scss/_pgadmin.style.scss  | 1 -
4 files changed, 4 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Patch: Two-factor Authentication (RM #6543)
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-4815]: User can not paste the updated table header in safari 12 and 13 browsers