mirror of
https://github.com/immich-app/immich.git
synced 2025-11-17 00:32:37 +09:00
feat(web+server): map improvements (#2498)
* feat(web+server): map improvements * add number format double to fix mobile
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { createEventDispatcher } from 'svelte';
|
||||
import { fade } from 'svelte/transition';
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
const dispatch = createEventDispatcher<{ clickOutside: void }>();
|
||||
</script>
|
||||
|
||||
<section
|
||||
|
||||
Reference in New Issue
Block a user