mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
Can't redraw while transformed
This commit is contained in:
@@ -251,6 +251,7 @@ export function rendererMap(context) {
|
||||
|
||||
context.on('enter.map', function() {
|
||||
if (!map.editableDataEnabled(true /* skip zoom check */)) return;
|
||||
if (_isTransformed) return;
|
||||
|
||||
// redraw immediately any objects affected by a change in selectedIDs.
|
||||
var graph = context.graph();
|
||||
|
||||
Reference in New Issue
Block a user