gitea/web_src/js/features/comp
silverwind 62b3738968
Fix JS error with disabled attachment and easymde (#31511)
Not sure if this is a regression from
https://github.com/go-gitea/gitea/pull/30513, but when attachments are
disabled, `this.dropzone` is null and the code had failed in
`initEasyMDEPaste` trying to access `dropzoneEl.dropzone`.
2024-06-28 13:59:22 +08:00
..
ComboMarkdownEditor.js Fix JS error with disabled attachment and easymde (#31511) 2024-06-28 13:59:22 +08:00
ConfirmModal.js Fix and clean up ConfirmModal (#31283) 2024-06-07 13:42:31 +00:00
EasyMDEToolbarActions.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
EditorMarkdown.js Improve attachment upload methods (#30513) 2024-06-27 09:31:49 +00:00
EditorUpload.js Improve attachment upload methods (#30513) 2024-06-27 09:31:49 +00:00
EditorUpload.test.js Improve attachment upload methods (#30513) 2024-06-27 09:31:49 +00:00
LabelEdit.js replace jquery-minicolors with coloris (#30055) 2024-03-29 04:00:07 +01:00
QuickSubmit.js Fix issue/PR title edit (#30858) 2024-05-05 13:09:41 +00:00
ReactionSelector.js Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) 2024-04-14 18:44:11 +08:00
SearchUserBox.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
TextExpander.js Update JS dependencies, remove space after emoji completion (#25266) 2023-06-18 08:38:47 +00:00
WebHookEditor.js Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00