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
|
||||
clearInstalledStickerPack();
|
||||
clearShowIntroduction();
|
||||
|
||||
// Handle button click
|
||||
if (installedPacks.length === 0) {
|
||||
|
|
Loading…
Reference in a new issue