[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

View File

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