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

Clicking variable buttons twice or more breaks the editor #573

Closed vicchig closed 2 years ago

vicchig commented 2 years ago

This is because we are counting button clicks using the the ActionMap, but it does not contain variable buttons since those are generated during runtime.