mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-15 17:46:55 +00:00
Update icon font. Just assume any fiber we can find is mounted when we find it.
This commit is contained in:
parent
29a4d8175e
commit
efbc9f808f
7 changed files with 23 additions and 3 deletions
|
@ -466,9 +466,8 @@ export class FineWrapper extends EventEmitter {
|
|||
if ( instances )
|
||||
for(const inst of instances) {
|
||||
// How do we check mounted state for fibers?
|
||||
if ( this.fine.getChildNode(inst) )
|
||||
inst._ffz_mounted = true;
|
||||
|
||||
// Just assume they're mounted for now I guess.
|
||||
inst._ffz_mounted = true;
|
||||
_instances.add(inst);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue