Skip to content

Commit b288976

Browse files
committed
update .raw-content when edit issue/comment content
fix #16000 Signed-off-by: a1012112796 <[email protected]>
1 parent 2a99804 commit b288976

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/js/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,7 @@ async function initRepository() {
11001100
$renderContent.html($('#no-content').html());
11011101
} else {
11021102
$renderContent.html(data.content);
1103+
$rawContent.text($textarea.val());
11031104
}
11041105
const $content = $segment;
11051106
if (!$content.find('.dropzone-attachments').length) {

0 commit comments

Comments
 (0)