mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Hide combobox on tabbing
(This only seems to affect the raw_tag_editor)
This commit is contained in:
@@ -118,6 +118,7 @@ export function d3combobox() {
|
||||
container.selectAll('a.selected').each(function (d) {
|
||||
event.call('accept', this, d);
|
||||
});
|
||||
hide();
|
||||
break;
|
||||
// return
|
||||
case 13:
|
||||
|
||||
Reference in New Issue
Block a user