File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 213
213
<a class="preview item" data-url="{{$.Repository.APIURL}}/markdown" data-context="{{$.RepoLink}}">{{$.i18n.Tr "preview"}}</a>
214
214
</div>
215
215
<div class="ui bottom attached active write tab segment">
216
- <textarea tabindex="1" name="content"></textarea>
216
+ <textarea class="review-textarea" tabindex="1" name="content"></textarea>
217
217
</div>
218
218
<div class="ui bottom attached tab preview segment markdown">
219
219
{{$.i18n.Tr "loading"}}
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ function initCommentForm() {
325
325
return ;
326
326
}
327
327
328
- setCommentSimpleMDE ( $ ( '.comment.form textarea' ) ) ;
328
+ setCommentSimpleMDE ( $ ( '.comment.form textarea:not(.review-textarea) ' ) ) ;
329
329
initBranchSelector ( ) ;
330
330
initCommentPreviewTab ( $ ( '.comment.form' ) ) ;
331
331
initImagePaste ( $ ( '.comment.form textarea' ) ) ;
You can’t perform that action at this time.
0 commit comments