-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pasting draw commands into Nifty Ink browser console now doesn't work until at least 1 line has been drawn on canvas #68
Comments
I can't replicate this at all, both the add_layer and fast_import methods work perfectly fine for me on loading a new fresh empty canvas. I clear the canvas, I go to the nifty.ink home page, I return and open the dev console without doing anything else and paste the commands with no problem. I do feel like I may have encountered this bug once or twice though? |
I'll monitor, and comment again here if it reoccurs. Let's leave issue open for now. |
I believe Adam said something about the clear button being always available now? |
I'll have to test it! |
@davidryan59 |
@Markichu yes this is still occurring. When I load Nifty Ink for the first time in a browser window, I get an error when I paste output into console, but after drawing 1 line, no error. Originally this was not a bug, I think it started happening some time in Aug/Sept. |
@davidryan59 Could I have any error output in the console? I can't seem to reproduce it on my environment. If there's no error message could you give a short set of instructions that produces the error every time for you? |
I also cannot reproduce the error! If it reoccurs I'll post here. |
I think this changed some time early August
Here is what canvas looks like when pasting the draw commands doesn't work:
Note how the 4 commands at the top are greyed out. This is the state in which I had the bug occur.
The text was updated successfully, but these errors were encountered: