diff --git a/app/src/ui/lib/button.tsx b/app/src/ui/lib/button.tsx index ba4c87252b..044dd25962 100644 --- a/app/src/ui/lib/button.tsx +++ b/app/src/ui/lib/button.tsx @@ -27,10 +27,7 @@ export interface IButtonProps { */ readonly onMouseEnter?: (event: React.MouseEvent) => void - /** - * A function that's called when the user moves over the button with - * a pointer device. - */ + /** Called on key down. */ readonly onKeyDown?: (event: React.KeyboardEvent) => void /** An optional tooltip to render when hovering over the button */