Remove link hover args

This commit is contained in:
Jackson Harper
2024-03-05 14:47:25 +08:00
parent 58f75b51d5
commit 773438dfae

View File

@ -16,7 +16,7 @@ type PageCoordinates = {
type LinkHoverBarProps = {
anchorCoordinates: PageCoordinates
handleButtonClick: (action: HighlightAction, param?: string) => void
handleButtonClick: () => void
}
export function LinkHoverBar(props: LinkHoverBarProps): JSX.Element {