change the animated hover area

This commit is contained in:
MathMan05
2025-12-02 15:16:54 -06:00
parent 49faa94e37
commit df405dca37

View File

@@ -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 {