mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	#2171 fix wiki preview does not work on Firefox
This commit is contained in:
		@@ -464,10 +464,7 @@ function initWiki() {
 | 
			
		||||
            element: $edit_area[0],
 | 
			
		||||
            previewRender: function (plainText, preview) { // Async method
 | 
			
		||||
                setTimeout(function () {
 | 
			
		||||
                    if ($('.editor-preview-active').length == 0) {
 | 
			
		||||
                        return;
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
                    // FIXME: still send render request when return back to edit mode
 | 
			
		||||
                    $.post($edit_area.data('url'), {
 | 
			
		||||
                            "_csrf": csrf,
 | 
			
		||||
                            "mode": "gfm",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user