diff --git a/src/components/BookmarkNode.ts b/src/components/BookmarkNode.ts index 664995a5..cb745f1d 100644 --- a/src/components/BookmarkNode.ts +++ b/src/components/BookmarkNode.ts @@ -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';