We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If you have code that creates turtle output but also an ask, the turtle output disappears when asking:
Code:
repeat 10 times forward 100 hoek is ask 'Hoe ver moet ik draaien?' repeat 5 times forward 10 turn hoek
The text was updated successfully, but these errors were encountered:
💻 Show turtle with ask modal (#5413)
69ff9d3
Fixes #5396 **How to test** 1. Check this code: ``` repeat 10 times forward 100 hoek is ask 'Hoe ver moet ik draaien?' repeat 5 times forward 10 turn hoek ``` 2. Check if other ask modals and turtle output still looks as it should. https://github.com/hedyorg/hedy/assets/48122190/eaef727c-b280-4bba-993b-d3f368f45979
Annelein
Successfully merging a pull request may close this issue.
Describe the bug
If you have code that creates turtle output but also an ask, the turtle output disappears when asking:
Code:
The text was updated successfully, but these errors were encountered: