mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add right border on selected tree item.
This commit is contained in:
committed by
Akshay Joshi
parent
c1aba3e055
commit
f779378e8a
@@ -329,19 +329,8 @@ define('pgadmin.preferences', [
|
||||
if (!d)
|
||||
return true;
|
||||
|
||||
/* Bind events to enable clicking anywhere and not only text, button */
|
||||
item.on('dblclick', function(e) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
api.toggle(item);
|
||||
});
|
||||
item.on('click', function(e) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
api.select(item);
|
||||
});
|
||||
// We will add the preferences in to the preferences data
|
||||
// collection.
|
||||
// We will add the preferences in to the preferences data
|
||||
// collection.
|
||||
if (d.preferences && _.isArray(d.preferences)) {
|
||||
_.each(d.preferences, function(p) {
|
||||
preferences.add({
|
||||
|
||||
Reference in New Issue
Block a user