This PR addresses an issue with the window component where dragging functionality was not properly initialized if the window was dynamically inserted into the DOM after the initial load. Previously, if a window component was added to the DOM after the page had fully loaded, the drag functionality would not be available.
This PR addresses an issue with the window component where dragging functionality was not properly initialized if the window was dynamically inserted into the DOM after the initial load. Previously, if a window component was added to the DOM after the page had fully loaded, the drag functionality would not be available.