Added error handling to markerTitle

This commit is contained in:
Alexis
2024-01-13 16:54:32 +01:00
parent 3abf35ee58
commit 1b2ba84b41
3 changed files with 44 additions and 3 deletions

View File

@@ -170,8 +170,6 @@ function resetAllFields(actionAfter?: "focusAfter") {
/**
* CUSTOM MARKERS HANDLING
* This is really dirty (to me at least)
* It should probably be handled by a store system, but nanostores doesn't mesh well
*/
onMounted(() => {
customMarkersData.value = useLocalStorage('custom-markers', []).value