[BUG]In the lorebooks management panel, when in the Custom sorting mode, entries may be incorrectly placed above the table header. #2262

This commit is contained in:
Cohee 2024-05-18 13:27:22 +03:00
parent c52bdb9a4a
commit a398566b33
1 changed files with 1 additions and 0 deletions

View File

@ -1257,6 +1257,7 @@ function displayWorldEntries(name, data, navigation = navigation_option.none, fl
}
worldEntriesList.sortable({
items: '.world_entry',
delay: getSortableDelay(),
handle: '.drag-handle',
stop: async function (_event, _ui) {