Update home.js
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user