mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Properly center import chat button. Reload chat on markdown fixer toggle
This commit is contained in:
@ -705,6 +705,7 @@ $(document).ready(() => {
|
||||
|
||||
$('#auto_fix_generated_markdown').on('input', function () {
|
||||
power_user.auto_fix_generated_markdown = !!$(this).prop('checked');
|
||||
reloadCurrentChat();
|
||||
saveSettingsDebounced();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user