1
0
Fork 0
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:
SirStendec 2018-03-14 15:39:10 -04:00
parent 29a4d8175e
commit efbc9f808f
7 changed files with 23 additions and 3 deletions

View file

@ -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);
}