mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Don’t preventDefault on mousedown (fixes #2115)
This prevents blur events from getting properly dispatched.
This commit is contained in:
@@ -16,8 +16,6 @@ iD.behavior.Lasso = function(context) {
|
||||
.on('mouseup.lasso', mouseup);
|
||||
|
||||
d3.event.stopPropagation();
|
||||
d3.event.preventDefault();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user