Merge branch 'develop' of github.com:onionshare/onionshare into ros-fixes

This commit is contained in:
Micah Lee 2022-01-16 15:49:33 -08:00
commit 3d880afe7a
328 changed files with 8237 additions and 3165 deletions

View file

@ -154,7 +154,7 @@ var getScrollDiffBefore = function () {
var scrollBottomMaybe = function (scrollDiff) {
// Scrolls to bottom if the user is scrolled at bottom
// if the user has scrolled upp, it wont scroll at bottom.
// if the user has scrolled up, it won't scroll at bottom.
// Note: when a user themselves send a message, it will still
// scroll to the bottom even if they had scrolled up before.
if (scrollDiff > 0) {