[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:
parent
c52bdb9a4a
commit
a398566b33
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue