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

🪲 ask with turtle hides turtle screen #5396

Closed
Felienne opened this issue Apr 11, 2024 · 0 comments · Fixed by #5413
Closed

🪲 ask with turtle hides turtle screen #5396

Felienne opened this issue Apr 11, 2024 · 0 comments · Fixed by #5413
Assignees
Labels
bug Something isn't working

Comments

@Felienne
Copy link
Member

Describe the bug
If you have code that creates turtle output but also an ask, the turtle output disappears when asking:

image

Code:

repeat 10 times
    forward 100
    hoek is ask 'Hoe ver moet ik draaien?'
    repeat 5 times
        forward 10
        turn hoek
@Felienne Felienne added the bug Something isn't working label Apr 11, 2024
@mergify mergify bot closed this as completed in #5413 Apr 16, 2024
mergify bot pushed a commit that referenced this issue Apr 16, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Ready for Review
Development

Successfully merging a pull request may close this issue.

2 participants