Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
* master:
  chore: Add comment
  • Loading branch information
maxmilton committed Jan 2, 2025
2 parents f168819 + afd834d commit d0a3ba2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/BookmarkNode.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// TODO: Rewrite the folder logic using the new anchor positioning API and/or popover APIs; https://developer.chrome.com/blog/anchor-positioning-api and https://web.dev/blog/popover-api

import { append, clone, create, h } from 'stage1';
import { Link, type LinkComponent, type LinkProps } from './Link';

Expand Down

0 comments on commit d0a3ba2

Please sign in to comment.