diff --git a/frontend/src/routes/stock/Locations.svelte b/frontend/src/routes/stock/Locations.svelte index 93e2f21..e6d11e4 100644 --- a/frontend/src/routes/stock/Locations.svelte +++ b/frontend/src/routes/stock/Locations.svelte @@ -24,6 +24,11 @@ return false; } + function start_drag(e,loc){ + e.stopPropagation(); + drag_start(loc) + } + function flat(x){ return JSON.parse(JSON.stringify(x)); } @@ -98,12 +103,6 @@ } - -