small fixes for tools

This commit is contained in:
vcoppe
2025-10-24 20:07:15 +02:00
parent 9c83dcafa7
commit 6db8696a36
8 changed files with 241 additions and 196 deletions

View File

@@ -20,7 +20,7 @@
variant="outline"
class="whitespace-normal h-fit"
disabled={!validSelection}
onclick={async () => {
onclick={() => {
if ($map) {
fileActions.addElevationToSelection($map);
}