← Dev Log/2026-06-01
v101.0.2alumaweave

Fix snap-back bug — drag handlers read live tile positions

FloatingTile.onUp read tile positions from ctx.tiles (stale render-snapshot), causing snap-back to pre-drag positions. Fixed by exposing getLiveTile/getLiveTiles on TileContextActions backed by getCurrentTiles(). SNAP_TOL bumped 9→15px.