fix: resolve blank screen on return from external links
This commit is contained in:
@ -34,7 +34,8 @@ function fetchData() {
|
||||
}
|
||||
|
||||
function handleRefocus() {
|
||||
fetchData()
|
||||
// Recarga silenciosa: no congela la UI si ya hay datos
|
||||
shuttleStore.silentReload()
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
|
||||
Reference in New Issue
Block a user