-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
new sketch option doesn't work from sketch tab #1813
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
Comments
@two-ticks use the Use the |
Yeah @Ajaya1000 , It seems to be a bug. But, I don't think it would be a problem that user hasn't saved the progress because they will already be warned while opening the I think the problem can be solved by correcting either of these cases
|
@satyasaibhushan yes we can mock the existed behavior just like from the file menu. And I'm also updating the comment to the bug. |
Thanks for reporting! I'm able to reproduce this, when the sketch that had been opened was an unsaved, new sketch. |
Is there anything I can do to help move this pull request along? |
Uh oh!
There was an error while loading. Please reload this page.
Nature of issue?
Bug details:
If a user clicks
new sketch
from thesketch tab
, the website simply gets the user back to the editor window without creating a new sketch, just acts as a back button. In my opinion, it should initialize a new sketch instead of staying in the opened sketch.To implement the feature we may face some challenges like what if the user hasn't saved his/her previous changes. We may encounter by adding a pop-up a window having two buttons to save the changes there and a link to get back to the editor.
I would love to have a discussion on this.
The text was updated successfully, but these errors were encountered: