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

Entering auto complete breaks the editor at some navigation points #569

Closed vicchig closed 2 years ago

vicchig commented 2 years ago

Not exactly sure why this is happening. It is saying the suggestion menu is undefined, but no recent changes have been made to that part of the code as far as I know.

image

vicchig commented 2 years ago

def0c95d seems to be responsible for this. The issue is that it relies on having the single option with that specific text in the menu, but it is not being added in this case.