From 1d5d117e5f71a1b2ea79ab277598b58bd6344952 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Fri, 13 Nov 2020 16:45:27 -0500 Subject: [PATCH] patched scroller issue --- package-lock.json | 2 +- package.json | 2 +- src/content/ChatScroller.js | 2 +- src/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b17cdf..c3eb9c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WompChat", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 649d355..7399c7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WompChat", - "version": "1.0.3", + "version": "1.0.4", "description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.", "scripts": { "start": "webpack --progress --watch", diff --git a/src/content/ChatScroller.js b/src/content/ChatScroller.js index 03e2ee4..d82b052 100644 --- a/src/content/ChatScroller.js +++ b/src/content/ChatScroller.js @@ -29,7 +29,7 @@ class ChatScroller { } scroll() { - this.scroller.scrollIntoView({block: 'end'}); + this.scroller.scrollTo(0, 9999); } getScroller() { diff --git a/src/manifest.json b/src/manifest.json index a21088f..d037cdd 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "WompChat", - "version": "1.0.3", + "version": "1.0.4", "description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.", "icons": { "128": "assets/icons/logo128.png"