Fixed copy-paste row issues in View/Edit Data. Fixes #3947 1) Copy table rows across two or more active query tool sessions. 2) Copied rows can be pasted multiple times without selecting a row in the query tool grid. 3) Adds an empty row at the end in the query tool grid after pasting rows.
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0ce4f49e082418128cb16e5c8b8ed644afc1836c Author: Nagesh Dhope <nagesh.dh...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_4_21.rst | 1 + web/pgadmin/static/js/selection/clipboard.js | 6 ++ web/pgadmin/static/js/selection/copy_data.js | 4 ++ web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 72 ++++++++++++++-------- 4 files changed, 56 insertions(+), 27 deletions(-)