Mocoapp Textarea Fix

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

作者
opctim
今日安裝
0
安裝總數
0
評價
0 0 0
版本
2025-04-08-03
建立日期
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.