Mocoapp Textarea Fix

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

目前为 2025-04-08 提交的版本。查看 最新版本

作者
opctim
评分
0 0 0
版本
2025-04-08-02
创建于
2025-04-08
更新于
2025-04-08
大小
4.5 KB
许可证
MIT
适用于

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.