mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
@@ -180,7 +180,7 @@ export function uiFieldText(field, context) {
|
||||
if (value) window.open(value, '_blank');
|
||||
})
|
||||
.merge(outlinkButton);
|
||||
} else if (field.key.split(':').includes('colour')) {
|
||||
} else if (field.type === 'colour') {
|
||||
input.attr('type', 'text');
|
||||
|
||||
updateColourPreview();
|
||||
|
||||
Reference in New Issue
Block a user