LibVT: Clear the hovered hyperlink after completing a drag

This commit is contained in:
Andreas Kling 2020-05-10 17:42:24 +02:00
commit 666863c2d8
Notes: sideshowbarker 2024-07-19 06:45:30 +09:00

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;
}