on_mouse_up(
self,
event: events.MouseUp,
) -> NoneFinish an active left-button resize.
Hover feedback drops here rather than being re-derived from the pointer
position: releasing the capture makes Textual recompute what the mouse
is over and deliver a Leave anyway, and the next real movement back
onto the handle re-highlights it through on_enter.