mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	fix emoji edit not rendered
This commit is contained in:
		@@ -327,6 +327,7 @@ function initRepository() {
 | 
				
			|||||||
                                $render_content.html($('#no-content').html());
 | 
					                                $render_content.html($('#no-content').html());
 | 
				
			||||||
                            } else {
 | 
					                            } else {
 | 
				
			||||||
                                $render_content.html(data.content);
 | 
					                                $render_content.html(data.content);
 | 
				
			||||||
 | 
					                                emojify.run($render_content[0]);
 | 
				
			||||||
                            }
 | 
					                            }
 | 
				
			||||||
                        });
 | 
					                        });
 | 
				
			||||||
                });
 | 
					                });
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user