Hide combobox on tabbing

(This only seems to affect the raw_tag_editor)
This commit is contained in:
Bryan Housel
2016-09-28 15:51:57 -04:00
parent 4a94474a3a
commit 76d6abd43e
+1
View File
@@ -118,6 +118,7 @@ export function d3combobox() {
container.selectAll('a.selected').each(function (d) {
event.call('accept', this, d);
});
hide();
break;
// return
case 13: