slidevjs / slidev

Presentation Slides for Developers
https://sli.dev
MIT License
33.49k stars 1.37k forks source link

The code appears in the note panel #282

Closed margo13131 closed 3 years ago

margo13131 commented 3 years ago

The part of code move to in the NOTE panel from SLIDE panel after writing note on the second page and reloading this page.

On the first page: Expected result = Actual result

Steps to reproduce the behavior:

  1. Open "Slidev"
  2. Go to second page
  3. Click on the "Editor" button
  4. Click on the "Note" button
  5. Write a note
  6. Refresh the page
  7. Click on the "Note" button
  8. Actual result is empty Note panel Expected result is a note for slide

9 Click on the note area

  1. See the error: part of code on the note area

    • OS: Windows 10
    • Browser: Chrome
    • Slidev version: 0.21.0

    Screenshot 2021-06-23 094520

antfu commented 3 years ago

What's your code? Can't reproduce with the starter template.

margo13131 commented 3 years ago

Hi. I didn't write code. it was UI testing.

On Wed, Jun 23, 2021 at 11:56 AM Anthony Fu @.***> wrote:

What's your code? Can't reproduce with the starter template.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/slidevjs/slidev/issues/282#issuecomment-867081451, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANIJ4DJMEGDUBTA3VJFD6XLTUIU37ANCNFSM47GLC5SA .

antfu commented 3 years ago

Can you share a minimal reproduction? Thanks.

margo13131 commented 3 years ago

Do you need video reproduction?

On Sun, Jun 27, 2021, 3:17 PM Anthony Fu @.***> wrote:

Can you share a minimal reproduction? Thanks.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/slidevjs/slidev/issues/282#issuecomment-869231298, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANIJ4DJ3WE5GNRMZFWXWM2DTU6PQXANCNFSM47GLC5SA .

margo13131 commented 3 years ago

I have sent a reproduction steps and attached a screenshot. Is something wrong with the file?

On Mon, Jun 28, 2021, 12:57 PM Marina Markova @.***> wrote:

Do you need video reproduction?

On Sun, Jun 27, 2021, 3:17 PM Anthony Fu @.***> wrote:

Can you share a minimal reproduction? Thanks.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/slidevjs/slidev/issues/282#issuecomment-869231298, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANIJ4DJ3WE5GNRMZFWXWM2DTU6PQXANCNFSM47GLC5SA .

antfu commented 3 years ago

I'd prefer code reproduction, ideally a git repo. Thanks

margo13131 commented 3 years ago

Could you explain what do you mean?

margo13131 commented 3 years ago

Advice how can I do what you need.