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

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