Closed hoseyjoe closed 3 years ago
This can be fixed in heaps h2d.TextInput by adding t!=null
override function set_text(t:String) { super.set_text(t); if (t != null && cursorIndex > t.length) cursorIndex = t.length; return t; }
This appears fixed in current git
Yeah, sorry, forgot to ping
Project works in raylib and html5. It throws the below error in Heaps
Simplified.zip