Skip to content

Commit

Permalink
WRP-4076:Button: add missing @mixes tag for TooltipDecorator (#1419)
Browse files Browse the repository at this point in the history
ButtonDecorator is composed with TooltipDecorator, but @mixes tag for
TooltipDecorator is missing in the document. Add @mixes tags for
TooltipDecorator.

Enact-DCO-1.0-Signed-off-by: Hoeun Ryu <[email protected]>
  • Loading branch information
hoeunryuLG authored Mar 14, 2023
1 parent 394e9e0 commit 0510866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ const IconButtonDecorator = hoc((config, Wrapped) => {
*
* @hoc
* @memberof sandstone/Button
* @mixes sandstone/TooltipDecorator.TooltipDecorator
* @mixes sandstone/Marquee.MarqueeDecorator
* @mixes ui/Button.ButtonDecorator
* @mixes spotlight/Spottable.Spottable
Expand Down

0 comments on commit 0510866

Please sign in to comment.