mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix character list hiding if loaded on unlocked right drawer
This commit is contained in:
@ -6707,6 +6707,9 @@ $(document).ready(function () {
|
|||||||
easing: "swing",
|
easing: "swing",
|
||||||
start: function () {
|
start: function () {
|
||||||
jQuery(this).css('display', 'flex');
|
jQuery(this).css('display', 'flex');
|
||||||
|
},
|
||||||
|
complete: function () {
|
||||||
|
$("#rm_print_characters_block").trigger("scroll");
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user