mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-20 04:33:11 +00:00
Fix partial redraws
This commit is contained in:
@@ -165,7 +165,8 @@ iD.Map = function() {
|
||||
}
|
||||
|
||||
function resetTransform() {
|
||||
if (!surface.style(transformProp)) return false;
|
||||
var prop = surface.style(transformProp);
|
||||
if (!prop || prop === 'none') return false;
|
||||
surface.style(transformProp, '');
|
||||
tilegroup.style(transformProp, '');
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user