Clear sticker introduction tooltip on button click
This commit is contained in:
parent
b221dcff5a
commit
1730ca1a02
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ export const StickerButton = React.memo(
|
||||||
() => {
|
() => {
|
||||||
// Clear tooltip state
|
// Clear tooltip state
|
||||||
clearInstalledStickerPack();
|
clearInstalledStickerPack();
|
||||||
|
clearShowIntroduction();
|
||||||
|
|
||||||
// Handle button click
|
// Handle button click
|
||||||
if (installedPacks.length === 0) {
|
if (installedPacks.length === 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue