mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 00:32:33 +00:00
routing controls class
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user