Defocus form elements when reselecting

so that keybindings work
This commit is contained in:
Ansis Brammanis
2013-02-25 17:16:16 -05:00
parent 12091c9ae7
commit 5cbeb8992b

View File

@@ -6,6 +6,8 @@ iD.ui.RadialMenu = function(operations) {
if (!operations.length)
return;
selection.node().focus();
function click(operation) {
d3.event.stopPropagation();
operation();