mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk web) #3820 "web ui flicking to selection" -- apply test patch suggested by fx
This commit is contained in:
@@ -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( );
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user