prg-titech / Kanon

A live programming environment specialized for data structure programming.
https://prg-titech.github.io/Kanon/
MIT License
68 stars 4 forks source link

the arrow for a local variable does not appear for the first time #8

Closed masuhar closed 7 years ago

masuhar commented 7 years ago

The following code should show the arrows for both a and b, but the one for b does not appear when I typed var b = a;. After writing some code in the next line, it appears, and keep appearing even if the added code after var b = a; is deleted.

image

masuhar commented 7 years ago

on FF53.0.3 Windows 32 bit

akiou commented 7 years ago

Thank you for your comment. I tried the situation on FF53.0.3 Windows 32 bit, but Kanon was working normally. Could you try the situation again? If Kanon doesn't work, could you tell me the situation more detail? Sorry for any inconvenience. 2017-07-24 8 54 55

masuhar commented 7 years ago

I tried it again and now confirmed that the second arrow appears immediately after I typed a in the second line. I suppose the problem has been resolved.