Jacky Zhao
2025-04-22 2a9290b3dfedb718dbd5fc7da09775eb803f9764
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>) => (