clean up draggables, gallery, and close buttons

This commit is contained in:
RossAscends
2023-10-14 00:29:41 +09:00
parent d82eb373a6
commit 19ff0fd618
7 changed files with 75 additions and 74 deletions

View File

@ -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) {