Make logprobs draggable, fix conflicts between moving UI and maximization, fix z-fighting

This commit is contained in:
Cohee
2024-03-19 01:40:02 +02:00
parent c8f84bd413
commit 5b7b06aba8
6 changed files with 40 additions and 7 deletions

View File

@@ -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'));
}
}