mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-03 01:02:32 +00:00
progress
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
import ToolbarItemMenu from '$lib/components/toolbar/ToolbarItemMenu.svelte';
|
||||
import * as Alert from '$lib/components/ui/alert';
|
||||
import { CircleHelp } from 'lucide-svelte';
|
||||
|
||||
import { Tool, selectedFiles } from '$lib/stores';
|
||||
import { selection } from '$lib/components/file-list/Selection';
|
||||
import { Tool } from '$lib/stores';
|
||||
|
||||
import { _ } from 'svelte-i18n';
|
||||
|
||||
$: $selectedFiles.forEach((file) => {
|
||||
$: $selection.forEach((item) => {
|
||||
// todo
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user