mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 06:55:46 +00:00
@@ -83,7 +83,7 @@ iD.ui.Commit = function(context) {
|
||||
}
|
||||
}
|
||||
|
||||
commentField.call(d3.combobox().data(comments));
|
||||
commentField.call(d3.combobox().caseSensitive(true).data(comments));
|
||||
});
|
||||
|
||||
var clippyArea = commentSection.append('div')
|
||||
|
||||
Reference in New Issue
Block a user