mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Make logprobs draggable, fix conflicts between moving UI and maximization, fix z-fighting
This commit is contained in:
@@ -652,9 +652,9 @@ export async function initMovingUI() {
|
||||
dragElement($('#left-nav-panel'));
|
||||
dragElement($('#right-nav-panel'));
|
||||
dragElement($('#WorldInfo'));
|
||||
await delay(1000);
|
||||
console.debug('loading AN draggable function');
|
||||
dragElement($('#floatingPrompt'));
|
||||
dragElement($('#logprobsViewer'));
|
||||
dragElement($('#cfgConfig'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user