Skip to content

Commit

Permalink
change duration from 300 to 600
Browse files Browse the repository at this point in the history
  • Loading branch information
koji authored Nov 7, 2024
1 parent e3277e7 commit 5855779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol-designer/src/pages/ProtocolOverview/SlotHover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type {

import type { Dispatch, SetStateAction } from 'react'

const DEBOUNCE_DURATION_MS = 300
const DEBOUNCE_DURATION_MS = 600

interface SlotHoverProps {
hover: string | null
Expand Down

0 comments on commit 5855779

Please sign in to comment.