Mocoapp Textarea Fix

Allows to add line breaks in the description textarea of the Moco booking tool

Autor
opctim
Instalações hoje
0
Total de instalações
0
Avaliações
0 0 0
Versão
2025-04-08-03
Criado
08/04/2025
Atualizado
08/04/2025
Tamanho
4,54 KB
Licença
MIT
Aplicável a

Moco (the agency time tracking software) doesn't allow to put line breaks in a booking, which is quite annoying. This code fixes this issue by simply executing event.stopPropagation() on all textareas to prevent Moco from submitting the form on shift+enter.