forked from forgejo/forgejo
Don't auto-init SimpleMDE for review textarea (#9574)
Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
9cf7048a6a
commit
b2b10858c6
2 changed files with 2 additions and 2 deletions
|
@ -325,7 +325,7 @@ function initCommentForm() {
|
|||
return;
|
||||
}
|
||||
|
||||
setCommentSimpleMDE($('.comment.form textarea'));
|
||||
setCommentSimpleMDE($('.comment.form textarea:not(.review-textarea)'));
|
||||
initBranchSelector();
|
||||
initCommentPreviewTab($('.comment.form'));
|
||||
initImagePaste($('.comment.form textarea'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue