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:
Nikhil Mohite
2022-03-31 11:46:34 +05:30
committed by Akshay Joshi
parent cb052f1988
commit 74c620e478
4 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -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