Can't redraw while transformed

This commit is contained in:
Bryan Housel
2021-08-13 17:36:45 -04:00
parent 1fb42bc852
commit a962c6f96c
+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();