From 76d6abd43e0581274db98074fd3076c2b05938b7 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 28 Sep 2016 15:51:57 -0400 Subject: [PATCH] Hide combobox on tabbing (This only seems to affect the raw_tag_editor) --- modules/lib/d3.combobox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lib/d3.combobox.js b/modules/lib/d3.combobox.js index c154c4117..109deb942 100644 --- a/modules/lib/d3.combobox.js +++ b/modules/lib/d3.combobox.js @@ -118,6 +118,7 @@ export function d3combobox() { container.selectAll('a.selected').each(function (d) { event.call('accept', this, d); }); + hide(); break; // return case 13: