itsthesteve / react-aim

AOL AIM style chat in Deno because why not.
0 stars 0 forks source link

Add useDraggable hook for dragging windows #22

Closed itsthesteve closed 3 months ago

itsthesteve commented 3 months ago

This adds a hook which allows the main chat window to be dragged around.

Some more tweaks to the logic needs to be done to keep the window inside the global window as it's unrestricted in this commit.