MajeedKazemi / code-struct

A new text-based environment that helps beginners transition into conventional text-based programming environments.
http://code-struct.vercel.app
GNU General Public License v3.0
26 stars 10 forks source link

Code Highlights: Nesting many blocks together breaks positioning for code highlights and warning textboxes #488

Open vicchig opened 3 years ago

vicchig commented 3 years ago

image

vicchig commented 3 years ago

Potentially fixed in: #489. Check and close if fixed. The issue was that some old code was being used and where a variable reference was treated as a tuple of values when performing type checks to place these warning highlights. It has since been removed. This just needs to be tested to confirm.