mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-05 11:32:23 +02:00
Draw vector first
This commit is contained in:
@@ -371,10 +371,10 @@ iD.Map = function(elem) {
|
||||
function selectClick(d) {
|
||||
if (selection === d.id) return;
|
||||
selection = d.id;
|
||||
drawVector();
|
||||
d3.select('.inspector-wrap')
|
||||
.style('display', 'block')
|
||||
.datum(d).call(inspector);
|
||||
drawVector();
|
||||
}
|
||||
|
||||
inspector.on('change', function(d, tags) {
|
||||
|
||||
Reference in New Issue
Block a user