forked from blisstown/campfire
fix navigation in post focus
This commit is contained in:
parent
ce1dfc388f
commit
6c19a4f3c9
4 changed files with 10 additions and 7 deletions
|
@ -6,6 +6,7 @@
|
|||
import { Client } from '$lib/client/client.js';
|
||||
import { play_sound } from '$lib/sound.js';
|
||||
import { getTimeline } from '$lib/timeline.js';
|
||||
import { goto } from '$app/navigation';
|
||||
|
||||
const VERSION = APP_VERSION;
|
||||
|
||||
|
@ -26,7 +27,7 @@
|
|||
});
|
||||
return;
|
||||
}
|
||||
location = "/";
|
||||
goto("/");
|
||||
}
|
||||
|
||||
function log_out() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue