Skip to content

v2.2.1

Compare
Choose a tag to compare
@joshwcomeau joshwcomeau released this 29 May 12:45
· 209 commits to master since this release

Band-aid Fix for BoundingBox cache

In certain circumstances, it appears bounding boxes weren't being stored correctly in the object used to remember prior positions. While I'd like to properly hunt down the bug in the future, for now I'm releasing a "quick fix" that solves the problem by supplying a default, placeholder box when none is found.

This solution appears to work, but this is addressing the symptom, not the cause. Better fix to come!