mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
clean up draggables, gallery, and close buttons
This commit is contained in:
@ -1413,12 +1413,14 @@ async function resetMovablePanels(type) {
|
||||
'floatingPrompt',
|
||||
'expression-holder',
|
||||
'groupMemberListPopout',
|
||||
'summaryExtensionPopout'
|
||||
'summaryExtensionPopout',
|
||||
'gallery'
|
||||
];
|
||||
|
||||
const panelStyles = ['top', 'left', 'right', 'bottom', 'height', 'width', 'margin',];
|
||||
|
||||
panelIds.forEach((id) => {
|
||||
console.log(id)
|
||||
const panel = document.getElementById(id);
|
||||
|
||||
if (panel) {
|
||||
|
Reference in New Issue
Block a user