Open
Description
Describe the bug
Slidev twoslash popover keep being open between slides
Minimal reproduction
/```
const a = 5;
// ^?
/```
---
# Other slide
---
Steps to reproduce the behavior:
- Go to a slide with a twoslash
// ?^
to show the type information. A popover opens with the type information. - Click the right arrow to go to the next slide
- See the same popover not closing
You can use https://sli.dev/new to create a new project to reproduce the issue.
Environment
- Slidev version: 51.2
- Browser: Chrome
- OS: MacOS
If you are using Slidev globally (i.e. npx slidev
or npm i -g slidev
), please try to reproduce the issue in a local project (i.e. npm create slidev@latest
).