resolution for the read-only bug

This commit is contained in:
Guy Arad
2018-05-06 22:40:21 +03:00
parent 13ed98bd35
commit 753b24e242
+2 -1
View File
@@ -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()