Skip to content

Commit

Permalink
Clear sticker introduction tooltip on button click
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed May 30, 2019
1 parent b221dcf commit 1730ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/components/stickers/StickerButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const StickerButton = React.memo(
() => {
// Clear tooltip state
clearInstalledStickerPack();
clearShowIntroduction();

// Handle button click
if (installedPacks.length === 0) {
Expand Down

0 comments on commit 1730ca1

Please sign in to comment.