routing controls class

This commit is contained in:
vcoppe
2024-04-25 16:41:06 +02:00
parent 22de36d426
commit 7ef19adf53
9 changed files with 343 additions and 298 deletions

View File

@@ -16,6 +16,7 @@
} from 'lucide-svelte';
import { _ } from 'svelte-i18n';
import { derived } from 'svelte/store';
function getToggleTool(tool: Tool) {
return () => toggleTool(tool);
@@ -72,8 +73,6 @@
<span slot="tooltip">{$_('toolbar.structure_tooltip')}</span>
</ToolbarItem>
</div>
{#if $currentTool === Tool.ROUTING}
<Routing />
{/if}
<Routing />
</div>
</div>