mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-03 04:44:57 -05:00
- Use a hash of the last processed points instead of a `hasProcessed` flag to determine whether or not we should re-process a given set of points. - Store point coords in state instead of pulling them out of the konva node positions. This makes moving a point a more explicit action in code. - Add a `roundCoord` util to round the x and y values of a coordinate. - Ensure we always re-process when $points changes.