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"