From 943dc087229aa922503eab7e49f4c63667dbb632 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Sat, 23 Oct 2021 22:47:38 +0800 Subject: Fix issue content history problems, improve UI (#17404) * Improve: make diff result better, make the HTML element fit the full height in the content history diff dialog * Bug fix: when edit the main issue, the poster is wrongly set to the issue poster --- web_src/js/features/issue-content-history.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web_src') diff --git a/web_src/js/features/issue-content-history.js b/web_src/js/features/issue-content-history.js index 3b830f50f8..c71d3789d4 100644 --- a/web_src/js/features/issue-content-history.js +++ b/web_src/js/features/issue-content-history.js @@ -12,7 +12,7 @@ function showContentHistoryDetail(issueBaseUrl, commentId, historyId, itemTitleH if ($dialog.length) return; $dialog = $(` -