thomascube
2010-03-17 258dbd03d79726e852ab7a23914ba4c32403e519
Don't unselect already selected childs

1 files modified
1 ■■■■ changed files
program/js/list.js 1 ●●●● patch | view | raw | blame | history
program/js/list.js
@@ -1021,6 +1021,7 @@
            if ((r = this.rows[row.uid])) {
              if (!r.depth || r.depth <= depth)
                break;
              if (!this.in_selection(r.uid))
              this.select_row(r.uid, CONTROL_KEY);
            }
          }