mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Keep the edit menu open while panning the map but not zooming
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user