Skip to content

Commit

Permalink
fix issue with animations
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhu08 committed Dec 7, 2024
1 parent b32c1fa commit 4f46faf
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ export const renderBookmarkNodeBookmarks = (config: Config) => {
const rootFolderUUID = genid();
const rootFolderAreaEl = createFolderArea(rootFolderUUID, true);

renderBookmarkNodes(config.bookmarks.userDefined, rootFolderAreaEl, true, config);
renderBookmarkNodes(
config.bookmarks.userDefined,
rootFolderAreaEl,
config.animations.enabled,
config
);
};

0 comments on commit 4f46faf

Please sign in to comment.