Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v-clicks for lists with code blocks are malfunctioning #1320

Closed
openscript opened this issue Feb 21, 2024 · 1 comment · Fixed by #1321
Closed

v-clicks for lists with code blocks are malfunctioning #1320

openscript opened this issue Feb 21, 2024 · 1 comment · Fixed by #1321
Labels
bug Something isn't working clicks system about clicks animations

Comments

@openscript
Copy link
Contributor

openscript commented Feb 21, 2024

Describe the bug

The clicks misbehave for lists with code blocks:

<v-clicks>

- One
- Two
- Three
  ```javascript
  console.log("hello")
  \```

</v-clicks>

(If you use this snipped: remove the \)
Kooha-2024-02-21-08-34-24.webm

To Reproduce
Steps to reproduce the behavior:

  1. Clone and run https://github.com/openscript/slidev-reproduction

Desktop (please complete the following information):

  • OS: Linux
  • Browser: Firefox 122
  • Slidev version: v0.48.0-beta.3
@KermanX KermanX added bug Something isn't working clicks system about clicks animations labels Feb 21, 2024
@KermanX
Copy link
Member

KermanX commented Feb 21, 2024

I've opened a PR (#1321)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working clicks system about clicks animations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants