mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
fix rendering of relation membership combo dropdown
This commit is contained in:
@@ -230,7 +230,7 @@ export function uiSectionRawMembershipEditor(context) {
|
||||
var newRelation = {
|
||||
relation: null,
|
||||
value: t('inspector.new_relation'),
|
||||
display: t.html('inspector.new_relation')
|
||||
display: t.append('inspector.new_relation')
|
||||
};
|
||||
|
||||
var entityID = _entityIDs[0];
|
||||
|
||||
Reference in New Issue
Block a user