Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bounds calculation ahead of time
this PR handles marking a shape bounds as dirty after it has updated. This is needed because pointer events can trigger before a new draw update, which would consume the change flag before the shape has properly updated. Diffs= 085f5bd2d fix bounds calculation ahead of time (#7380)
- Loading branch information