mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-16 03:50:10 +01:00
[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…
x
Reference in New Issue
Block a user