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.