Closed Krinkle closed 8 years ago
So that when opening a diff further down the list the user doesn't have to scroll up manually.
/cc @Mardetanha
$( document.body ).animate( { scrollTop: $diff.offset().top }, 300 );
So that when opening a diff further down the list the user doesn't have to scroll up manually.
/cc @Mardetanha