We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e96ee commit fce1cedCopy full SHA for fce1ced
1 file changed
src/webpage/direct.ts
@@ -633,7 +633,7 @@ class Group extends Channel {
633
get hasunreads() {
634
return this.mentions !== 0;
635
}
636
- all: WeakRef<HTMLElement> = new WeakRef(document.createElement("div"));
+ all = new WeakRef<HTMLElement>(document.createElement("div"));
637
noti?: WeakRef<HTMLElement>;
638
del() {
639
const all = this.all.deref();
0 commit comments