mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:47:46 +00:00
Ladybird+LibWebView: Add an Inspector action to screenshot a DOM node
This commit is contained in:
parent
e3df035c5d
commit
71fdf0860e
7 changed files with 31 additions and 0 deletions
|
@ -41,6 +41,7 @@ private:
|
|||
|
||||
RefPtr<GUI::Action> m_edit_node_action;
|
||||
RefPtr<GUI::Action> m_copy_node_action;
|
||||
RefPtr<GUI::Action> m_screenshot_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