ImpowerGames / impower

An all-in-one, community-powered indie development platform that gives creative people the tools they need to bring their ideas to life.
https://www.impower.app
2 stars 1 forks source link

Previewing occasionally gets stuck on the last line of the script, doesn't go away if you press backspace. #159

Open Broderick-Colin opened 2 years ago

Broderick-Colin commented 2 years ago

Describe the bug Previewing occasionally gets stuck on the last line of the script, doesn't go away if you press backspace.

Not sure how to replicate this

lovelle-cardoso commented 2 years ago

@LemBurnstein This is to be expected since the preview only updates when you click an existing command (it doesn't respond to deleting commands.) That would require keeping track of which token was last previewed and then checking if that token still exists after every keystroke. That may have performance issues and a listener setup may be more complicated. So I will mark this as a potential future enhancement for now.