diff --git a/modules/ui/combobox.js b/modules/ui/combobox.js index 93b0ae596..def5e1fed 100644 --- a/modules/ui/combobox.js +++ b/modules/ui/combobox.js @@ -177,7 +177,6 @@ export function uiCombobox(context, klass) { break; case 9: // ⇥ Tab - d3_event.stopPropagation(); accept(); break; diff --git a/modules/ui/raw_tag_editor.js b/modules/ui/raw_tag_editor.js index e4e358262..47069e159 100644 --- a/modules/ui/raw_tag_editor.js +++ b/modules/ui/raw_tag_editor.js @@ -366,7 +366,7 @@ export function uiRawTagEditor(context) { _showBlank = true; content(wrap); list.selectAll('li:last-child input.key').node().focus(); - }, 1); + }, 10); } }