(trunk web) #3820 "web ui flicking to selection" -- apply test patch suggested by fx

This commit is contained in:
Jordan Lee
2011-04-10 04:30:20 +00:00
parent 9b96ced90a
commit 3d366c2892

View File

@@ -470,7 +470,9 @@ Transmission.prototype =
selectElement: function( e, doUpdate ) {
e.addClass('selected');
this.scrollToElement( e );
// commented out as an experiment --
// see https://trac.transmissionbt.com/ticket/3820#comment:3
// this.scrollToElement( e );
if( doUpdate )
this.selectionChanged( );
},