prevent dragging existing, prevent deleting existing

This commit is contained in:
Will Freeman
2025-06-12 15:11:44 -06:00
parent 2640b3059b
commit cde95195a1
4 changed files with 17 additions and 6 deletions
-1
View File
@@ -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 });