mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Fix midpoint hover (fixes #728)
This commit is contained in:
@@ -51,7 +51,9 @@ iD.svg.Midpoints = function(projection) {
|
||||
|
||||
groups.attr('transform', iD.svg.PointTransform(projection));
|
||||
|
||||
groups.select('circle');
|
||||
// Propagate data bindings.
|
||||
groups.select('circle.shadow');
|
||||
groups.select('circle.fill');
|
||||
|
||||
groups.exit()
|
||||
.remove();
|
||||
|
||||
Reference in New Issue
Block a user