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