This commit is contained in:
ed 2021-12-07 19:19:35 +01:00
parent 1d9b355743
commit 199ccca0fe
3 changed files with 4 additions and 4 deletions

View file

@ -3442,7 +3442,7 @@ var treectl = (function () {
});
setwrap(bcfg_bind(r, 'wtree', 'wraptree', true, setwrap));
setwrap(bcfg_bind(r, 'parpane', 'parpane', true, onscroll));
bcfg_bind(r, 'htree', 'hovertree', true, reload_tree);
bcfg_bind(r, 'htree', 'hovertree', false, reload_tree);
function setwrap(v) {
clmod(ebi('tree'), 'nowrap', !v);