1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:07:34 +00:00

LibVT: Clear the hovered hyperlink after completing a drag

This commit is contained in:
Andreas Kling 2020-05-10 17:42:24 +02:00
parent f41bbdd46e
commit 666863c2d8

View file

@ -721,6 +721,8 @@ void TerminalWidget::mousemove_event(GUI::MouseEvent& event)
m_active_href = {};
m_active_href_id = {};
m_hovered_href = {};
m_hovered_href_id = {};
update();
return;
}