mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	#1272 Optimize performance of context buttons visibility switch
This commit is contained in:
		| @@ -399,6 +399,7 @@ function switchMessageActions() { | ||||
|     power_user.expand_message_actions = value === null ? false : value == "true"; | ||||
|     $("body").toggleClass("expandMessageActions", power_user.expand_message_actions); | ||||
|     $("#expandMessageActions").prop("checked", power_user.expand_message_actions); | ||||
|     $('.extraMesButtons, .extraMesButtonsHint').removeAttr('style'); | ||||
| } | ||||
|  | ||||
| function switchUiMode() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user