mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Fixes: - Selecting a bubble then enabling a second imagery layer removes the hovered and selected highlighting - If multiple imagery layers are enabled and you select a bubble it only temporarily becomes highlighted - If multiple imagery layers are enabled and a bubble is highlighted, hovering over another imagery layer's bubble will remove the selected and hovered highlighting Basically these all came down to style updates resetting all layers for cases other than when the viewport was changed (where doing so makes sense because the selected bubble/sequence needs to update as a result). See #5494