mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-28 19:01:31 +02:00
prevent dragging existing, prevent deleting existing
This commit is contained in:
@@ -59,7 +59,6 @@ export function uiToolDrawModes(context) {
|
||||
|
||||
var wrap = selection
|
||||
.append('div')
|
||||
.attr('class', 'joined')
|
||||
.style('display', 'flex');
|
||||
|
||||
var debouncedUpdate = _debounce(update, 500, { leading: true, trailing: true });
|
||||
|
||||
Reference in New Issue
Block a user