Fix character list hiding if loaded on unlocked right drawer

This commit is contained in:
SillyLossy
2023-05-29 22:05:10 +03:00
parent 219fd4f643
commit a380840719

View File

@@ -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 {