botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
38 stars 38 forks source link

fix(nlu): trim utterances on server side #175

Closed spg closed 2 years ago

spg commented 2 years ago

https://linear.app/botpress/issue/DEV-1297/[bug]-backspace-first-letter-of-word-removes-trailing-space-after

linear[bot] commented 2 years ago
DEV-1297 [BUG] Backspace first letter of word removes trailing space after previous word (botpress/botpress #4746)

**Describe the bug** See subject above, view gif bellow. **To Reproduce** **Expected behavior** **Screenshots** ![space_delete](https://user-images.githubusercontent.com/59566773/112331016-f050bd80-8c8e-11eb-8379-4d0d26bd73ed.gif) **Environment (please complete the following information):** - 12.19 - **Additional context** I suspect this is due to trim(), but causes a bit of friction when using the interface. I feel the cleanup should happen at a later time.

franklevasseur commented 2 years ago

I tried it and my computer exploded:

image