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

"undo" undoes more than expected #292

Open
JustasB opened this issue May 7, 2022 · 3 comments
Open

"undo" undoes more than expected #292

JustasB opened this issue May 7, 2022 · 3 comments
Labels

Comments

@JustasB
Copy link

JustasB commented May 7, 2022

Hello,

Not sure if this is a bug or a feature, but undo functionality undoes more than the most recent operation.

Steps to reproduce:

  1. Go to https://jspaint.app/
  2. Using the default pencil tool, draw three separate curves (left_click+hold, drag, release).
  3. Edit -> Undo

Expected result:
The 3rd curve disappears

Actual result:
All three lines disappear

@1j01 1j01 added the bug label Jun 12, 2022
@1j01
Copy link
Owner

1j01 commented Jun 12, 2022

I'm not able to reproduce this behavior. Is it still happening for you?
If so, what does the History window look like? (Edit > History)

@JustasB
Copy link
Author

JustasB commented Jun 12, 2022

Actually, you're right, the issue is not present when using incognito in Chrome.

I narrowed it down to the DuckDuckGo Privacy Essentials (DDGPE) extension in Chrome.

When the extension is disabled, the normal behavior is restored (undoes one last line).

I reported the issue to DDGPE -- it looks like this is an issue with DDGPE and not jspaint per se.

Let me know if you still would like to see the history window screenshots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@1j01 @JustasB and others