mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02: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:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user