Skip to content

Commit

Permalink
Fix release upload js error
Browse files Browse the repository at this point in the history
  • Loading branch information
tyroneyeh committed Jul 13, 2022
1 parent 3abcfa4 commit 0ebe61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/js/features/repo-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function initRepoReleaseEditor() {
// const $files = $editor.parent().find('.files');
const easyMDE = await createCommentEasyMDE($textarea);
initCompMarkupContentPreviewTab($editor);
const $dropzone = $editor.parent().find('.dropzone')[0];
const $dropzone = $editor.parent().find('.dropzone');
initEasyMDEImagePaste(easyMDE, $dropzone);
})();
}

0 comments on commit 0ebe61d

Please sign in to comment.