mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove link hover args
This commit is contained in:
parent
58f75b51d5
commit
773438dfae
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue