This commit is contained in:
ed 2023-08-20 23:38:42 +00:00
parent 418842d2d3
commit 4444f0f6ff
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# coding: utf-8
VERSION = (1, 9, 0)
VERSION = (1, 9, 1)
CODENAME = "prometheable"
BUILD_DT = (2023, 8, 20)

View file

@ -4642,7 +4642,7 @@ function tree_up(justgo) {
return;
}
if (act.previousSibling.textContent == '-') {
treectl.treego.call(act.previousSibling);
act.previousSibling.click();
if (!justgo)
return;
}