diff --git a/modules/ui/raw_tag_editor.js b/modules/ui/raw_tag_editor.js index 4ec326fc2..77dab2e18 100644 --- a/modules/ui/raw_tag_editor.js +++ b/modules/ui/raw_tag_editor.js @@ -207,7 +207,8 @@ export function uiRawTagEditor(context) { function bindTypeahead(key, value) { - if (isReadOnly({ key: key })) return; + if (isReadOnly(key.datum())) return; + var geometry = context.geometry(_entityID); key.call(d3_combobox()