Keep the edit menu open while panning the map but not zooming

This commit is contained in:
Quincy Morgan
2020-06-30 11:50:56 -04:00
parent 8826c95574
commit cf362cdcac
3 changed files with 105 additions and 52 deletions
-1
View File
@@ -641,7 +641,6 @@ export function rendererMap(context) {
function resetTransform() {
if (!_isTransformed) return false;
supersurface.selectAll('.edit-menu').interrupt().remove();
utilSetTransform(supersurface, 0, 0);
_isTransformed = false;
if (context.inIntro()) {