From 95d0002b56049bcc84fc217cc39b4e1fde86af5a Mon Sep 17 00:00:00 2001 From: SirStendec Date: Mon, 15 Jan 2018 20:40:54 -0500 Subject: [PATCH] Fix chat scroll pausing. scrollToBottom was moved from the object prototype (aka the correct place for functions) to being defined in the constructor (aka not the correct place), making it more annoying to override. --- changelog.html | 5 +++++ .../twitch-twilight/modules/chat/scroller.js | 16 ++++++++-------- .../modules/css_tweaks/styles/chat-rows.scss | 4 +++- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/changelog.html b/changelog.html index 26b0655f..dbbe895f 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,8 @@ +
4.0.0-beta1.5@68369664d8835665997c
+ +
4.0.0-beta1.5@9a60ce1ee6c58905c6eb