Focus first textarea in Inspector

This commit is contained in:
Tom MacWright
2012-12-08 23:37:42 -05:00
parent 8ec57aa9e1
commit 2927f490b9
+2
View File
@@ -131,6 +131,8 @@ iD.Inspector = function() {
draw(data);
update();
selection.select('input').node().focus();
selection.append('div')
.attr('class', 'buttons').call(drawbuttons);