Skip to content

Commit

Permalink
fix flickering when switching background layers or zooming
Browse files Browse the repository at this point in the history
closes #10738

fixes a regression in 98d29e9, overriding the original fix from 460a9ef
  • Loading branch information
tyrasd committed Feb 6, 2025
1 parent 6575296 commit b389feb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ _Breaking developer changes, which may affect downstream projects or sites that
[#10003]: https://github.com/openstreetmap/iD/pull/10003


# 2.31.1
##### 2025-Feb-06

* Fix flickering when switching background layers or zooming ([#10738])

[#10738]: https://github.com/openstreetmap/iD/issues/10738


# 2.31.0
##### 2025-Feb-05

Expand Down
3 changes: 2 additions & 1 deletion css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -4388,7 +4388,8 @@ img.tile {
}
}

img.tile-removing {
.layer-background img.tile-removing,
.map-in-map-background img.tile-removing {
opacity: 0;
z-index: 1;
mix-blend-mode: normal;
Expand Down

0 comments on commit b389feb

Please sign in to comment.