change(ui) - guided popup play after click
This commit is contained in:
parent
618b4693f7
commit
d3d28d705e
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ export default function GuidePopup({ children, title, description }: IProps) {
|
|||
const onClick = () => {
|
||||
setShowGuide(false);
|
||||
localStorage.setItem(FEATURE_KEYS.NOTES, 'true');
|
||||
Player.togglePlay()
|
||||
};
|
||||
|
||||
return showGuide ? (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue