You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js/features/comp
silverwind 5550226571
Improve textarea paste (#31948)
- When pasting a URL over another URL, replace the URL instead of
creating a useless `[url](url)`. This is the 1-line change
[here](https://github.com/go-gitea/gitea/pull/31948/files#diff-be8e94d7e3da33b187381f53d28095107bd0cf29ae9a9e997e4f422f4a54479cR122).
- Always run `initTextareaEvents`, previously it was not run when
`dropzoneEl` was not present like when attachements are disabled on the
server. Refactored the function to gracefully handle absent `dropzoneEl`
and rename the function to a better name.
6 months ago
..
ComboMarkdownEditor.ts Improve textarea paste (#31948) 6 months ago
ConfirmModal.ts Convert frontend code to typescript (#31559) 8 months ago
EasyMDEToolbarActions.ts Convert frontend code to typescript (#31559) 8 months ago
EditorMarkdown.ts Convert frontend code to typescript (#31559) 8 months ago
EditorUpload.test.ts Convert frontend code to typescript (#31559) 8 months ago
EditorUpload.ts Improve textarea paste (#31948) 6 months ago
LabelEdit.ts Convert frontend code to typescript (#31559) 8 months ago
QuickSubmit.ts Convert frontend code to typescript (#31559) 8 months ago
ReactionSelector.ts Convert frontend code to typescript (#31559) 8 months ago
SearchUserBox.ts Convert frontend code to typescript (#31559) 8 months ago
TextExpander.ts Convert frontend code to typescript (#31559) 8 months ago
WebHookEditor.ts Convert frontend code to typescript (#31559) 8 months ago