Skip to content

Commit

Permalink
fix: Tooltip: toggling toggleOnPress, withOverlay, withPointer props …
Browse files Browse the repository at this point in the history
…does nothing (#99)
  • Loading branch information
ankushdutt committed Mar 26, 2021
1 parent 8c6c979 commit 18945f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/content/ToolTip/tooltip.playground.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,17 @@ const ToolTipPlayground = () => {
type: PropTypes.String,
},
toggleOnPress: {
defaultValue: true,
value: true,
type: PropTypes.Boolean,
},
withOverlay: {
defaultValue: true,
value: true,
type: PropTypes.Boolean,
},
withPointer: {
defaultValue: true,
value: true,
type: PropTypes.Boolean,
},
Expand Down

0 comments on commit 18945f7

Please sign in to comment.