Update home.js

This commit is contained in:
2026-01-01 22:24:48 +13:00
parent 26126982e2
commit 9c8b334133
+1 -1
View File
@@ -539,7 +539,7 @@ function setupSectionObserver() {
// Load and render bookmarks immediately
(async () => {
bookmarks = await loadBookmarks();
// Wait a bit for styles to load before rendering
setTimeout(() => {
renderBookmarks();
}, 100);