Fixed an issue where slider jumps up when new rows get loaded while scrolling down in the DataView panel in the query tool. Fixes #3269
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8d4f3c07c777d57cf0e89af8ed06b0e7886f37ab Author: Nagesh Dhope <nagesh.dh...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_4_21.rst | 1 + web/pgadmin/tools/sqleditor/__init__.py | 11 ++++- web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 48 ++++++++++++++-------- 3 files changed, 42 insertions(+), 18 deletions(-)