mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +01:00
Fix persona sorting on load
This commit is contained in:
parent
63f96f4dc7
commit
03bb911ee7
@ -119,7 +119,7 @@ function verifyPersonaSearchSortRule() {
|
|||||||
flashHighlight(selector);
|
flashHighlight(selector);
|
||||||
}
|
}
|
||||||
// If search got cleared, we make sure to hide the option and go back to the one before
|
// If search got cleared, we make sure to hide the option and go back to the one before
|
||||||
if (!searchTerm && !isHidden) {
|
if (!searchTerm) {
|
||||||
searchOption.attr('hidden', '');
|
searchOption.attr('hidden', '');
|
||||||
selector.val(power_user.persona_sort_order);
|
selector.val(power_user.persona_sort_order);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user