mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
resolution for the read-only bug
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user