Skip to content

Commit

Permalink
feat: Golf 2 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Jul 1, 2024
1 parent e26b5c4 commit 5355af5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/BookmarkBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ export const BookmarkBar = (): BookmarkBarComponent => {

// The "Other Bookmarks" folder was added first so overflow calculation
// is correct but now move it to its proper position at the end
append(otherBookmarksFolder, root);
otherBookmarksFolder.className += ' end';
append(otherBookmarksFolder, root).className += ' end';

performance.measure('BookmarkBar', 'BookmarkBar');
};
Expand Down

0 comments on commit 5355af5

Please sign in to comment.