mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Link to PR in inline comments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user