Merge pull request #8638 from openstreetmap/redraw_while_transformed

Can't redraw while transformed
This commit is contained in:
Milos Brzakovic
2021-08-16 16:59:54 +02:00
committed by GitHub
+1
View File
@@ -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();