Commit 14fb5a9b authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: sidebar open by default

parent e394d702
...@@ -28,6 +28,10 @@ ...@@ -28,6 +28,10 @@
} }
onMount(async () => { onMount(async () => {
if (window.innerWidth > 1280) {
show = true;
}
await chats.set(await $db.getAllFromIndex('chats', 'timestamp')); await chats.set(await $db.getAllFromIndex('chats', 'timestamp'));
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment