forgejo/web_src/js
Gusted f4e526ff07
[BUG] Fix Ctrl+Enter on editor
- Backport of #2810
- Add event listener for the `ce-quick-submit` event, which will be
triggered if `Ctrl+Enter` is pressed on a text area.
- Regression of 5cc0801de9
- Resolves #2762

(cherry picked from commit 9db76036bb)
2024-03-26 16:04:11 +01:00
..
components fix double border and border-radius on empty action steps (#29845) (#29850) 2024-03-21 17:09:50 +01:00
features [BUG] Fix Ctrl+Enter on editor 2024-03-26 16:04:11 +01:00
markup Use more specific selector for name links (#29679) (#29681) 2024-03-10 18:45:59 +07:00
modules Avoid showing unnecessary JS errors when there are elements with different origin on the page (#29081) (#29089) 2024-02-13 14:18:07 +01:00
render
standalone [API] Forgejo API /api/forgejo/v1 2023-11-13 12:33:48 +01:00
test Avoid duplicate JS error messages on UI (#28873) (#28881) 2024-01-31 14:18:25 +01:00
utils Avoid showing unnecessary JS errors when there are elements with different origin on the page (#29081) (#29089) 2024-02-13 14:18:07 +01:00
vendor
webcomponents Fix URL calculation in clone input box (#29470) (#29473) 2024-03-10 18:08:36 +07:00
bootstrap.js Suppress error from monaco-editor (#29684) (#29758) 2024-03-21 09:28:37 +01:00
bootstrap.test.js Avoid duplicate JS error messages on UI (#28873) (#28881) 2024-01-31 14:18:25 +01:00
index.js
jquery.js
svg.js
svg.test.js
utils.js enforce maxlength in frontend (#29389) (#29396) 2024-03-06 12:20:42 +08:00
utils.test.js