mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
17129b259b
commit
90849fe29b
@@ -400,6 +400,7 @@ define('pgadmin.preferences', [
|
||||
jTree.aciTree({
|
||||
selectable: true,
|
||||
expand: true,
|
||||
fullRow: true,
|
||||
ajax: {
|
||||
url: url_for('preferences.index'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user