mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-06 18:27:51 +00:00
do not compute stats on draft object
This commit is contained in:
@@ -10,9 +10,8 @@
|
||||
|
||||
import { _ } from 'svelte-i18n';
|
||||
import type { GPXFile } from 'gpx';
|
||||
import type { FreezedObject } from 'structurajs';
|
||||
|
||||
export let file: Readable<FreezedObject<GPXFile> | undefined>;
|
||||
export let file: Readable<GPXFile | undefined>;
|
||||
</script>
|
||||
|
||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||
|
Reference in New Issue
Block a user