mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Keep browse button active in Select mode
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
iD.modes.Select = function (entity) {
|
||||
var mode = {
|
||||
button: ''
|
||||
},
|
||||
inspector = iD.Inspector(),
|
||||
button: 'browse'
|
||||
};
|
||||
|
||||
var inspector = iD.Inspector(),
|
||||
dragging, target;
|
||||
|
||||
var dragWay = d3.behavior.drag()
|
||||
|
||||
Reference in New Issue
Block a user