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:
parent
f41bbdd46e
commit
666863c2d8
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue