LibWeb: Implement deletion of more complex selections.

This commit is contained in:
asynts 2020-12-03 18:46:56 +01:00 committed by Andreas Kling
parent b3d7c5bfbc
commit a94a1d9f9e
Notes: sideshowbarker 2024-07-19 00:57:03 +09:00
2 changed files with 39 additions and 34 deletions

View file

@ -422,4 +422,5 @@ void EventHandler::set_mouse_event_tracking_layout_node(Layout::Node* layout_nod
else
m_mouse_event_tracking_layout_node = nullptr;
}
}