mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Speed up the expansion/collapsing of nodes.
[as per Thom Brown <thom@linux.com>] Also, we will not like to wait for 500 microsecond before initialing the tree items, load them asap.
This commit is contained in:
parent
530f58e66b
commit
b056ba7bb7
@ -329,6 +329,16 @@ function(require, $, _, S, Bootstrap, pgAdmin, alertify, CodeMirror) {
|
|||||||
if (n)
|
if (n)
|
||||||
settings.url = n.generate_url(item, 'children', d, true);
|
settings.url = n.generate_url(item, 'children', d, true);
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
loaderDelay: 100,
|
||||||
|
show: {
|
||||||
|
duration: 75
|
||||||
|
},
|
||||||
|
hide: {
|
||||||
|
duration: 75
|
||||||
|
},
|
||||||
|
view: {
|
||||||
|
duration: 75
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user