mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Fix an issue where favorite buttons could reorder unexpectedly
This commit is contained in:
@@ -178,6 +178,7 @@ export function uiModes(context) {
|
||||
x: d3_event.x,
|
||||
y: d3_event.y
|
||||
};
|
||||
targetIndex = null;
|
||||
})
|
||||
.on('drag', function(d, index) {
|
||||
var x = d3_event.x - dragOrigin.x,
|
||||
|
||||
Reference in New Issue
Block a user