Update home.js
This commit is contained in:
+1
-1
@@ -539,7 +539,7 @@ function setupSectionObserver() {
|
|||||||
// Load and render bookmarks immediately
|
// Load and render bookmarks immediately
|
||||||
(async () => {
|
(async () => {
|
||||||
bookmarks = await loadBookmarks();
|
bookmarks = await loadBookmarks();
|
||||||
// Wait a bit for styles to load before rendering
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
renderBookmarks();
|
renderBookmarks();
|
||||||
}, 100);
|
}, 100);
|
||||||
|
|||||||
Reference in New Issue
Block a user