mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
Fix lasso and add it to select
This commit is contained in:
@@ -42,6 +42,7 @@ describe("iD.behavior.Select", function() {
|
||||
context.enter(iD.modes.Select(context, [a.id]));
|
||||
happen.click(context.surface().node());
|
||||
happen.mousedown(context.surface().node());
|
||||
happen.mouseup(context.surface().node());
|
||||
window.setTimeout(function() {
|
||||
expect(context.selection()).to.eql([]);
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user