mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:57:47 +00:00
Ladybird+LibWebView: Add an Inspector action to clone a DOM node
This commit is contained in:
parent
d5d6ff8bf1
commit
7e974f530d
7 changed files with 32 additions and 0 deletions
|
@ -44,6 +44,7 @@ private:
|
|||
RefPtr<GUI::Action> m_screenshot_node_action;
|
||||
RefPtr<GUI::Action> m_create_child_element_action;
|
||||
RefPtr<GUI::Action> m_create_child_text_node_action;
|
||||
RefPtr<GUI::Action> m_clone_node_action;
|
||||
RefPtr<GUI::Action> m_delete_node_action;
|
||||
RefPtr<GUI::Action> m_add_attribute_action;
|
||||
RefPtr<GUI::Action> m_remove_attribute_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue