mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
fix loading of non-auto-suggested combo options
this was a typo/regression in b5e987b75
This commit is contained in:
@@ -152,7 +152,7 @@ export function uiFieldCombo(field, context) {
|
||||
|
||||
function setStaticValues(callback) {
|
||||
var stringsField = field.resolveReference('stringsCrossReference');
|
||||
if (!field.options || stringsField.options) return;
|
||||
if (!(field.options || stringsField.options)) return;
|
||||
|
||||
_comboData = (field.options || stringsField.options).map(function(v) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user