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

Ladybird+LibWebView: Add an Inspector action to copy a node's HTML/text

This commit is contained in:
Timothy Flynn 2023-12-06 11:16:28 -05:00 committed by Andreas Kling
parent 51a0673b5c
commit e3df035c5d
7 changed files with 55 additions and 0 deletions

View file

@ -40,6 +40,7 @@ private:
RefPtr<GUI::Menu> m_dom_node_attribute_context_menu;
RefPtr<GUI::Action> m_edit_node_action;
RefPtr<GUI::Action> m_copy_node_action;
RefPtr<GUI::Action> m_delete_node_action;
RefPtr<GUI::Action> m_add_attribute_action;
RefPtr<GUI::Action> m_remove_attribute_action;