From 1730ca1a0259b02874a9447f88011ea4008ef3b9 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 29 May 2019 12:23:14 -0700 Subject: [PATCH] Clear sticker introduction tooltip on button click --- ts/components/stickers/StickerButton.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/components/stickers/StickerButton.tsx b/ts/components/stickers/StickerButton.tsx index b567327139..88830702b4 100644 --- a/ts/components/stickers/StickerButton.tsx +++ b/ts/components/stickers/StickerButton.tsx @@ -53,6 +53,7 @@ export const StickerButton = React.memo( () => { // Clear tooltip state clearInstalledStickerPack(); + clearShowIntroduction(); // Handle button click if (installedPacks.length === 0) {