Merge pull request #24 from wompmacho/hotfix-chat-scroll-break

patched scroller issue
This commit is contained in:
wompmacho
2020-11-13 16:45:42 -05:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "WompChat", "name": "WompChat",
"version": "1.0.3", "version": "1.0.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "WompChat", "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.", "description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.",
"scripts": { "scripts": {
"start": "webpack --progress --watch", "start": "webpack --progress --watch",

View File

@@ -29,7 +29,7 @@ class ChatScroller {
} }
scroll() { scroll() {
this.scroller.scrollIntoView({block: 'end'}); this.scroller.scrollTo(0, 9999);
} }
getScroller() { getScroller() {

View File

@@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "WompChat", "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.", "description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.",
"icons": { "icons": {
"128": "assets/icons/logo128.png" "128": "assets/icons/logo128.png"