Fix: allow to items more then 50 meter if relocated
This commit is contained in:
parent
44355f5667
commit
f63f886ea5
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
||||||
snapToLayers={$reason.snapTo}
|
snapToLayers={$reason.snapTo}
|
||||||
targetLayer={layer}
|
targetLayer={layer}
|
||||||
dontShow={[id]}
|
dontShow={[id]}
|
||||||
maxDistanceInMeters={200}
|
maxDistanceInMeters={$reason.maxSnapDistance ?? Infinity}
|
||||||
/>
|
/>
|
||||||
<div class="absolute bottom-0 left-0">
|
<div class="absolute bottom-0 left-0">
|
||||||
<OpenBackgroundSelectorButton {state} />
|
<OpenBackgroundSelectorButton {state} />
|
||||||
|
|
Loading…
Reference in a new issue