mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-03-30 17:45:40 +00:00
change the animated hover area
This commit is contained in:
@@ -750,7 +750,8 @@ class Channel extends SnowFlake {
|
||||
icon.setSrcs(this.iconUrl());
|
||||
} else {
|
||||
const old = icon;
|
||||
icon = createImg(this.iconUrl(), undefined, undefined, "icon");
|
||||
const div = this.html?.deref();
|
||||
icon = createImg(this.iconUrl(), undefined, div, "icon");
|
||||
this.iconElm = new WeakRef(icon);
|
||||
if (old) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user