K Gopal Krishna
2025-04-04 685c06ce2e7c559b4e2cc544e300c1262c739b1c
quartz/components/OverflowList.tsx
@@ -1,5 +1,4 @@
import { JSX } from "preact"
import { randomIdNonSecure } from "../util/random"
const OverflowList = ({
  children,
@@ -13,8 +12,9 @@
  )
}
let numExplorers = 0
export default () => {
  const id = randomIdNonSecure()
  const id = `list-${numExplorers++}`
  return {
    OverflowList: (props: JSX.HTMLAttributes<HTMLUListElement>) => (