Changeset 3373 in subversion


Ignore:
Timestamp:
Mar 17, 2010 12:57:10 PM (3 years ago)
Author:
thomasb
Message:

Don't unselect already selected childs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/js/list.js

    r3372 r3373  
    10221022              if (!r.depth || r.depth <= depth) 
    10231023                break; 
    1024               this.select_row(r.uid, CONTROL_KEY); 
     1024              if (!this.in_selection(r.uid)) 
     1025                this.select_row(r.uid, CONTROL_KEY); 
    10251026            } 
    10261027          } 
Note: See TracChangeset for help on using the changeset viewer.