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

still get the double annotation when I try to move an annotation #198

Open
veroniquevoisin opened this issue Jan 31, 2024 · 2 comments
Open

Comments

@veroniquevoisin
Copy link

I still get the double annotation when I try to move an annotation manually. See screenshot

AutoAnnotate v1.5.0-SNAPSHOT/ new laptop

Screenshot 2024-01-31 at 3 51 31 PM
@veroniquevoisin
Copy link
Author

veroniquevoisin commented Mar 27, 2024

I got the double ellipses yesterday and it started when I moved individual nodes around. Then when I use the redraw annotation button, it stops and does not reappear. Is there a way to automatically activate what this redraw annotation is doing once the map is created or after a first click on the map so we avoid this issue?
Screenshot 2024-03-26 at 3 31 23 PM

@mikekucera
Copy link
Collaborator

Its actually the same code for dragging clusters and redrawing the entire network. I think the bug is related to some kind of timing issue that happens when the annotations are quickly redrawn as you drag them.
I have never been able to reliably reproduce this issue, I've tried, thats what makes it so hard to nail down what's going on.
Maybe I can detect when there's more annotations than there should be and do something about it. I'll take a look.

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

No branches or pull requests

2 participants