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

Continuous frame drop after dragging elements #53

Open
cosmorunner opened this issue Jan 19, 2020 · 2 comments
Open

Continuous frame drop after dragging elements #53

cosmorunner opened this issue Jan 19, 2020 · 2 comments

Comments

@cosmorunner
Copy link

cosmorunner commented Jan 19, 2020

Hi, I am using the folling to instantiate in my Vue component:

<cytoscape ref="cy" 
    :config="graphStyle" 
>
    <cy-element v-for="def in elements" :key="`${def.data.id}`" :definition="def" />
</cytoscape>

When dragging any nodes, the frames continue to drop over time until its no longer usable. I dont make any HTTP-calls or run manually set functions.

I made a short video to demonstrate, please see the link from GoFile:
https://gofile.io/?c=1fCHsr

Any help is appreciated!
Cheers!

@rcarcasses
Copy link
Owner

Hi @cosmorunner, very nice video, it seems like indeed may be a performance problem, can you share with use a minimum repo that we can use as starting point to research this issue? Thanks in advance!

@cosmorunner
Copy link
Author

cosmorunner commented Jan 25, 2020

Hi @rcarcasses, here is a minimum repo demonstrating the issue:
https://github.com/cosmorunner/vue-cytoscape-frames-drop

Thank you for looking into it!

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