mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-09 12:38:35 -05:00
Fixes the arrow key issue in the preferences tree. Fixes #7274
Ensure that the select folder dialog should be on top when selecting the binary path. Fixes #7276
This commit is contained in:
committed by
Akshay Joshi
parent
cb052f1988
commit
74c620e478
@@ -26,7 +26,7 @@ function manageTreeEvents(event, eventName, item) {
|
||||
if (node_metadata.parent && node_metadata.parent.includes('/preferences') && obj.ptree.tree.type == 'preferences') {
|
||||
try {
|
||||
obj.Events.trigger(
|
||||
'preferences:tree:' + eventName, item, d
|
||||
'preferences:tree:' + eventName, event, item, d
|
||||
);
|
||||
} catch (e) {
|
||||
console.warn(e.stack || e);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* Overrides alertify js headers */
|
||||
.alertify {
|
||||
z-index: 3000;
|
||||
z-index: 3002;
|
||||
position: fixed;
|
||||
|
||||
.ajs-header {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user