mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Fix reference typo introduced in c44551be7
This commit is contained in:
@@ -277,7 +277,7 @@ export function uiEntityEditor(context) {
|
||||
if (!arguments.length) return _activePreset;
|
||||
if (_ !== _activePreset) {
|
||||
_activePreset = _;
|
||||
_tagReference = uiTagReference(_activePreset.tagReference(context.geometry(_entityID)), context)
|
||||
_tagReference = uiTagReference(_activePreset.reference(context.geometry(_entityID)), context)
|
||||
.showing(false);
|
||||
}
|
||||
return entityEditor;
|
||||
|
||||
Reference in New Issue
Block a user