Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d14e2f9412 | ||
|
|
1d5d117e5f |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "WompChat",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -29,7 +29,7 @@ class ChatScroller {
|
||||
}
|
||||
|
||||
scroll() {
|
||||
this.scroller.scrollIntoView({block: 'end'});
|
||||
this.scroller.scrollTo(0, 9999);
|
||||
}
|
||||
|
||||
getScroller() {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user