mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
@@ -65,6 +65,10 @@ d3.combobox = function() {
|
||||
position: 'absolute',
|
||||
display: 'block',
|
||||
left: '0px'
|
||||
})
|
||||
.on('mousedown', function () {
|
||||
// prevent moving focus out of the text field
|
||||
d3.event.preventDefault();
|
||||
});
|
||||
|
||||
d3.select(document.body)
|
||||
|
||||
Reference in New Issue
Block a user