Skip to content

Commit 0ebe61d

Browse files
committed
Fix release upload js error
1 parent 3abcfa4 commit 0ebe61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/repo-release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function initRepoReleaseEditor() {
2525
// const $files = $editor.parent().find('.files');
2626
const easyMDE = await createCommentEasyMDE($textarea);
2727
initCompMarkupContentPreviewTab($editor);
28-
const $dropzone = $editor.parent().find('.dropzone')[0];
28+
const $dropzone = $editor.parent().find('.dropzone');
2929
initEasyMDEImagePaste(easyMDE, $dropzone);
3030
})();
3131
}

0 commit comments

Comments
 (0)