nodebox / seed

Procedural Content Generator
https://seed.emrg.be/
MIT License
22 stars 8 forks source link

Can't type in editor while animation is playing #27

Closed fdb closed 6 years ago

fdb commented 6 years ago

Either:

kunal-mohta commented 6 years ago

I don't think that typing is disabled when playing animation. It might because of the requestAnimationFrame repeatedly calling the generateString() which leads to disability of the editor. In that case, I think stopping the animation would be a more convenient option.

stebanos commented 6 years ago

The issue seems to have been resolved. Maybe due to CodeMirror? Closing this.

kunal-mohta commented 6 years ago

@stebanos You may close #35 as well then.