black-backdoor / MeOS

Online Operating System
https://meos.lima.zone
GNU General Public License v3.0
2 stars 1 forks source link

Enhance Dragging Functionality for Dynamic Window Insertion #102

Closed black-backdoor closed 3 months ago

black-backdoor commented 3 months ago

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.