mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-09 16:40:10 +01:00
Fix WI overflow alert
This commit is contained in:
parent
f8e8929834
commit
32e5566a37
@ -1511,7 +1511,7 @@ jQuery(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$('#world_info_overflow_alert').on('change', function () {
|
$('#world_info_overflow_alert').on('change', function () {
|
||||||
world_info_overflow_alert = $(this).val();
|
world_info_overflow_alert = !!$(this).prop('checked');
|
||||||
saveSettingsDebounced();
|
saveSettingsDebounced();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user