mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Merge pull request #5025 from guyarad/read-only-bug-resolved
Fixing a bug in displaying read-only tags for entities
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