mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 20:01:33 +00:00
adding lasso class to body.
This commit is contained in:
@@ -7,6 +7,8 @@ iD.ui.Lasso = function() {
|
||||
|
||||
function lasso(selection) {
|
||||
|
||||
d3.select('#iD').classed('lasso', true);
|
||||
|
||||
group = selection.append('g')
|
||||
.attr('class', 'lasso hide');
|
||||
|
||||
@@ -54,6 +56,7 @@ iD.ui.Lasso = function() {
|
||||
d3.select(this).remove();
|
||||
}));
|
||||
}
|
||||
d3.select('#iD').classed('lasso', false);
|
||||
};
|
||||
|
||||
return lasso;
|
||||
|
||||
Reference in New Issue
Block a user