mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	update `.raw-content` when edit issue/comment content (#16021)
				
					
				
			* update ``.raw-content`` when edit issue/comment content fix #16000 Signed-off-by: a1012112796 <1012112796@qq.com> * handle empty content Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		| @@ -1098,8 +1098,10 @@ async function initRepository() { | |||||||
|           }, (data) => { |           }, (data) => { | ||||||
|             if (data.length === 0 || data.content.length === 0) { |             if (data.length === 0 || data.content.length === 0) { | ||||||
|               $renderContent.html($('#no-content').html()); |               $renderContent.html($('#no-content').html()); | ||||||
|  |               $rawContent.text(''); | ||||||
|             } else { |             } else { | ||||||
|               $renderContent.html(data.content); |               $renderContent.html(data.content); | ||||||
|  |               $rawContent.text($textarea.val()); | ||||||
|             } |             } | ||||||
|             const $content = $segment; |             const $content = $segment; | ||||||
|             if (!$content.find('.dropzone-attachments').length) { |             if (!$content.find('.dropzone-attachments').length) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user