-
-
Notifications
You must be signed in to change notification settings - Fork 551
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
Clicking "Reset Grid" appears to disable the click & drag motion #56
Comments
Further investigation: After building locally and looking at the Vue tools, it looks like once the reset button is clicked, I don't see anything else happening in Vuex; no more addChildren calls are made. My theory so far (relatively new to Vue) is that the call in |
OK, getting a little closer to the actual issue: It looks like when I click & drag over any one portion of the grid, and then I either click the |
Hi, I am facing the same issue. I don't understand vue one bit but can say that when I click on "What does this project do" link it sometimes works properly, otherwise the click and drag gets blocked. I wonder why that is. Refreshing the page does work so maybe on clicking reset we could do refresh the page and then use this? Any thoughts from developer or someone else? Regards, |
Interesting, sorry about that. Definitely a bug. I'm swamped for the next few months but I will look into this as soon as I can. Open to PRs as well. |
No need to be sorry! :) I'll see if I can PR it; it is Hacktoberfest after all.. |
Thanks for this awesome site! Dropping this here to start my own investigation and I figure someone else may beat me to the fix, which is fine.
Reproduction
Expected behavior: Drawing still works
Actual behavior: Don't seem to be able to click & drag anywhere anymore
Note: the behavior also happens if I click the
x
on the div prior to resetting the grid. Anytime the button is clicked, it appears the click/drag functionality stops working as well.No errors in the console or anything that points to an obvious culprit (for me at least).
Screen Capture
The text was updated successfully, but these errors were encountered: