Fix #10975 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
This commit is contained in:
parent
cc2a6c1d30
commit
d9875ff2e1
1 changed files with 1 additions and 0 deletions
|
@ -1098,6 +1098,7 @@ function initRepository() {
|
||||||
$repoComparePull.find('button.show-form').on('click', function (e) {
|
$repoComparePull.find('button.show-form').on('click', function (e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
$repoComparePull.find('.pullrequest-form').show();
|
$repoComparePull.find('.pullrequest-form').show();
|
||||||
|
autoSimpleMDE.codemirror.refresh();
|
||||||
$(this).parent().hide();
|
$(this).parent().hide();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue