Skip to content

Commit

Permalink
fix: remove followCursor, bleeds into DOM
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 27, 2021
1 parent d852237 commit d18127d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/components/src/CopyContainer/CopyContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const CopyContainer: FC<CopyContainerProps> = ({
}}
{...rest}
trigger="click"
followCursor={true}
tooltipShown={isOpen}
arrowVisible={false}
onVisibilityChange={isVisible => {
Expand Down

0 comments on commit d18127d

Please sign in to comment.