EsperoTech / yaade

Yaade is an open-source, self-hosted, collaborative API development environment.
MIT License
1.6k stars 71 forks source link

BUG: No past in field #184

Closed eloraux closed 3 months ago

eloraux commented 3 months ago

Hi, Yaade is deployed with docker in version latest version (1.7.1).

Its not possible to past anything in fields (environement, header or URI). In script everything look work good.

It seems to me that the version before the potman import patch (#171) the past work but I am not sure.

This little bug is a little frustrating but the project remains cool! Best regards, Elian for Tétras Libre.

jonrosner commented 3 months ago

This seems to be a problem with Codemirror and single-line editor. We intercept all input events and remove new lines, but this check basically deletes the history. I did not find a good way to resolve this, yet. If you want you can take a look yourself.

jonrosner commented 3 months ago

Thanks to the help of the people at codemirror I found the problem and fixed it. The new :nightly container has an improved single-line-editor!