0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-15 05:06:48 +01:00
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
EasyMDEToolbarActions.js
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
QuickSubmit.js
ReactionSelector.js
SearchUserBox.js
TextExpander.js
WebHookEditor.js