dmitrizzle / chat-bubble

Simple chatbot UI for the Web with JSON scripting 👋🤖🤙
MIT License
579 stars 171 forks source link

`convo` variable in keyboard function refers to wrong location #29

Closed dmitrizzle closed 7 years ago

dmitrizzle commented 7 years ago

this.typeInput() relies on window[convo] instead of internal convo variable.

dmitrizzle commented 7 years ago

Fixed in #32