Revert "don't try to select relations"

This reverts commit 5c15a180a3.
This commit is contained in:
Ansis Brammanis
2013-04-02 16:00:39 -04:00
parent 834139a7ba
commit d573d42ebe

View File

@@ -4,13 +4,6 @@ iD.modes.Select = function(context, selection, initial) {
button: 'browse'
};
// Selecting relations is not supported
selection = selection.filter(function(d) {
return d[0] !== 'r';
});
if (!selection.length) return iD.modes.Browse(context);
var inspector = iD.ui.Inspector(context, singular()),
keybinding = d3.keybinding('select'),
timeout = null,