source-academy / frontend

Frontend of Source Academy, an online experiential environment for computational thinking (React, Redux, Saga, Blueprint)
https://sourceacademy.org
Apache License 2.0
101 stars 164 forks source link

CSE machine: highlighting not updated after function call #2966

Open martin-henz opened 2 months ago

martin-henz commented 2 months ago

Currently the highlighting after function call looks like this:

Screenshot 2024-05-02 at 12 33 31 PM

Note that the function call remains highlighed although the control now contains the body of the function. The highlighting should be updated after the call instruction to highlight the function body that has been copied to control.