mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Focus first textarea in Inspector
This commit is contained in:
@@ -131,6 +131,8 @@ iD.Inspector = function() {
|
||||
draw(data);
|
||||
update();
|
||||
|
||||
selection.select('input').node().focus();
|
||||
|
||||
selection.append('div')
|
||||
.attr('class', 'buttons').call(drawbuttons);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user