Refresh codemirror on show pull comment tab (#11100)

Fix #10975

Signed-off-by: Andrew Thornton <[email protected]>

Co-authored-by: John Olheiser <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
Co-authored-by: guillep2k <[email protected]>
This commit is contained in:
zeripath
2020-04-18 01:19:19 -03:00
committed by GitHub
co-authored by John Olheiser techknowlogick guillep2k
parent 12960b9d18
commit 731bdef4be
+1
View File
@@ -1135,6 +1135,7 @@ async function initRepository() {
$repoComparePull.find('button.show-form').on('click', function (e) {
e.preventDefault();
$repoComparePull.find('.pullrequest-form').show();
autoSimpleMDE.codemirror.refresh();
$(this).parent().hide();
});
}