Summarize Popout placement (#4615)

$('body').append(newElement); -> $('#movingDivs').append(newElement);
This commit is contained in:
IceFog72
2025-10-07 00:13:34 +03:00
committed by GitHub
parent 74ff23ec0c
commit d3019c7d49
+1 -1
View File
@@ -993,7 +993,7 @@ function doPopout(e) {
originalElement.empty();
originalElement.html('<div class="flex-container alignitemscenter justifyCenter wide100p"><small>Currently popped out</small></div>');
newElement.append(controlBarHtml).append(originalHTMLClone);
$('body').append(newElement);
$('#movingDivs').append(newElement);
newElement.transition({ opacity: 1, duration: animation_duration, easing: animation_easing });
$('#summaryExtensionDrawerContents').addClass('scrollableInnerFull');
setMemoryContext(prevSummaryBoxContents, false); //paste prev summary box contents into popout box