Fix hash with selected id

This commit is contained in:
John Firebaugh
2013-02-02 21:17:43 -05:00
parent 0b3e0fb3db
commit 33f5db4d96
+1 -1
View File
@@ -45,7 +45,7 @@ iD.behavior.Hash = function(context) {
context.map().on('drawn.hash', function() {
if (!context.entity(id)) return;
selectoff();
context.enter(iD.modes.Select([id]));
context.enter(iD.modes.Select(context, [id]));
});
context.on('enter.hash', function() {