flecs-hub / explorer

Web-based UI for monitoring Flecs applications, trying out queries & learning ECS
MIT License
64 stars 14 forks source link

Fixed unindent, improved large multiline indent/unindent performance #7

Closed Kristofir closed 2 years ago

Kristofir commented 2 years ago

Fixed unindent end cursor position bug.

Changed the way that text is programmatically inserted, so large multiline indents and unindents will work a lot faster. Also improved undo/redo history.