File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 12711271 _onScroll : function ( e ) {
12721272 if ( this . $container . scrollTop ( ) + this . $container . height ( ) > this . $el . height ( ) - 300 ) {
12731273 this . _nextPage ( true ) ;
1274- this . $fileList . find ( 'tr[data-e2eencrypted="true"]' ) . find ( 'td.selection > .selectCheckBox:visible' ) . prop ( 'checked' , false ) . closest ( 'tr' ) . toggleClass ( 'selected' , false ) ;
12751274 }
12761275 } ,
12771276
14221421 hidden = false ;
14231422 }
14241423 tr = this . _renderRow ( fileData , { updateSummary : false , silent : true , hidden : hidden } ) ;
1424+ this . $fileList . find ( 'tr[data-e2eencrypted="true"]' ) . find ( 'td.selection > .selectCheckBox:visible' ) . prop ( 'checked' , false ) . closest ( 'tr' ) . toggleClass ( 'selected' , false ) ;
14251425 this . $fileList . append ( tr ) ;
14261426 if ( isAllSelected || this . _selectedFiles [ fileData . id ] ) {
14271427 tr . addClass ( 'selected' ) ;
You can’t perform that action at this time.
0 commit comments