mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Merge pull request #8638 from openstreetmap/redraw_while_transformed
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