mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
[Issue8871] Do not open disabled localized combobox when clicking on it
This commit is contained in:
@@ -213,7 +213,7 @@ export function uiFieldLocalized(field, context) {
|
||||
localizedInputs.selectAll('button, input')
|
||||
.classed('disabled', !!isLocked)
|
||||
.attr('readonly', isLocked || null);
|
||||
|
||||
selection.selectAll('.combobox-caret').classed('nope', true);
|
||||
|
||||
|
||||
function addNew(d3_event) {
|
||||
|
||||
Reference in New Issue
Block a user