mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-13 15:46:46 +03:00
99fb7e4f8e
Region elements were cached by an ID that omitted regionAnchorX and regionAnchorY, causing regions that shared the same viewport anchor but differed in region anchor to reuse a previously cached DOM element positioned incorrectly. Include both region anchor values in the generated ID so each unique anchor combination gets its own element. Issue: https://github.com/shaka-project/shaka-player/issues/2583