mirror of
https://github.com/go-gitea/gitea
synced 2025-02-02 02:17:49 +01:00
1752a976e1
* Fix Enter not working in SimpleMDE This condition was wrongly inverted, leading to all enter keys being blocked. Fixes: https://github.com/go-gitea/gitea/issues/11559 * fix it for absent tribute too