You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The constructors of a custom class / symbol is not executed at the correct time.
It should be executed immediatly, but instead AwayJS first finishes executing the current framescripts, before the constructors are executed.
Workaround: Use a "init" function and call it from framescript instead of using the constructor. Than manually call the "init" function after the symbol / class is created.
The text was updated successfully, but these errors were encountered:
The constructors of a custom class / symbol is not executed at the correct time.
It should be executed immediatly, but instead AwayJS first finishes executing the current framescripts, before the constructors are executed.
Workaround: Use a "init" function and call it from framescript instead of using the constructor. Than manually call the "init" function after the symbol / class is created.
The text was updated successfully, but these errors were encountered: