Update performance.
This commit is contained in:
		
							parent
							
								
									6a74263606
								
							
						
					
					
						commit
						f954a34384
					
				@ -136,7 +136,7 @@ chatInputField.textarea.focus();
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// --- Reply helper ---
 | 
					// --- Reply helper ---
 | 
				
			||||||
function replyMessage(message) {
 | 
					function replyMessage(message) {
 | 
				
			||||||
    chatInputField.value = "markdown\n> " + (message || '') + "\n";
 | 
					    chatInputField.value = "```markdown\n> " + (message || '') + "\n```\n";
 | 
				
			||||||
    chatInputField.focus();
 | 
					    chatInputField.focus();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user