Link to PR in inline comments

This commit is contained in:
Martin Raifer
2024-12-18 15:21:50 +01:00
committed by GitHub
parent 28e7faa13b
commit 4dc8f981bd
2 changed files with 5 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ export function rendererTileLayer(context) {
// Workaround to remove visible grid around tile borders on Chrome with dynamic epsilon for specific browser zoom levels
// Should be removed when https://issues.chromium.org/issues/40084005 is resolved
// See https://github.com/openstreetmap/iD/pull/10594
if (window.chrome) {
updateEpsilon();
window.addEventListener('resize', updateEpsilon);