[pgadmin-org/pgadmin4] 5113fd: Fix an issue where global/native keyboard shortcut...

From: Anil Sahoo <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 5113fd: Fix an issue where global/native keyboard shortcut...
Date: 2023-10-06 07:58:29
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/7ce07f-5113fd@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 5113fda7a6e499bca8070d8e9debe25e6472a0d5
https://github.com/pgadmin-org/pgadmin4/commit/5113fda7a6e499bca8070d8e9debe25e6472a0d5
Author: Anil Sahoo <anil(dot)sahoo(at)enterprisedb(dot)com>
Date: 2023-10-06 (Fri, 06 Oct 2023)

Changed paths:
M web/pgadmin/tools/sqleditor/static/js/components/QueryToolDataGrid/index.jsx

Log Message:
-----------
Fix an issue where global/native keyboard shortcuts are not working when any cell of data output grid has focus. #6579 (#6834)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2023-10-09 07:13:10 [pgadmin-org/pgadmin4] 5981f4: In GUI tests, do not try to set the binary path in...
Previous Message Yogesh Mahajan 2023-10-06 06:58:53 [pgadmin-org/pgadmin4] 7ce07f: Fixed issues reported while testing foreign table ...