Jacky Zhao
2025-04-22 6dd772bf00459fe5165140e4e756e2b3096686e8
quartz/components/OverflowList.tsx
@@ -15,7 +15,6 @@
let numExplorers = 0
export default () => {
  const id = `list-${numExplorers++}`
  console.log(id)
  return {
    OverflowList: (props: JSX.HTMLAttributes<HTMLUListElement>) => (