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
{{ message }}
This repository was archived by the owner on Jul 30, 2018. It is now read-only.
The Projector continuously re-renders when either properties or children are set using setProperties or setChildren. Need to add a check if the widget is dirty before calling scheduleRender.
The easiest way to do this is to expose _dirty as a readonly getter from WidgetBase, like isDirty.