LightTag/ylabel

Trigger a rerender when class is applied

Closed this issue · 1 comments

When a class is applied to an example, that happens on the DB but we don't get a callback to the example so that doesn't show.
We can probably fix this by maintaining the query results in an object and upadting an example once there after upadting in the DB.
This saves us rerunning the query, which can be expensive