legacy fix
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
import { browser } from '$app/environment';
|
import { browser } from '$app/environment';
|
||||||
|
|
||||||
if (browser) {
|
if (browser) {
|
||||||
goto('/streams/', { replaceState: true });
|
// setTimeout needed for goto to work on ios...
|
||||||
|
setTimeout(() => goto('/streams', { replaceState: true }), 0);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user