mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-31 23:42:52 +00:00
LibWeb: Implement deletion of more complex selections.
This commit is contained in:
parent
b3d7c5bfbc
commit
a94a1d9f9e
Notes:
sideshowbarker
2024-07-19 00:57:03 +09:00
Author: https://github.com/asynts
Commit: a94a1d9f9e
Pull-request: https://github.com/SerenityOS/serenity/pull/4318
Reviewed-by: https://github.com/Lubrsi
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg
2 changed files with 39 additions and 34 deletions
|
@ -422,4 +422,5 @@ void EventHandler::set_mouse_event_tracking_layout_node(Layout::Node* layout_nod
|
|||
else
|
||||
m_mouse_event_tracking_layout_node = nullptr;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue