Fixed mouse click issue where it does not select an object in Browser unless the pointer is over the object. Fixes #4180

This commit is contained in:
Aditya Toshniwal
2020-04-24 11:32:11 +05:30
committed by Akshay Joshi
parent 17129b259b
commit 90849fe29b
4 changed files with 129 additions and 110 deletions

View File

@@ -400,6 +400,7 @@ define('pgadmin.preferences', [
jTree.aciTree({
selectable: true,
expand: true,
fullRow: true,
ajax: {
url: url_for('preferences.index'),
},