mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Fix combobox mousedown and drag
This commit is contained in:
@@ -226,6 +226,8 @@ d3.combobox = function() {
|
||||
}
|
||||
|
||||
function mousedown() {
|
||||
|
||||
input.node().focus();
|
||||
update('');
|
||||
|
||||
var entries = container.selectAll('a'),
|
||||
|
||||
Reference in New Issue
Block a user