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

Ladybird+LibWebView: Add an Inspector action to clone a DOM node

This commit is contained in:
Timothy Flynn 2023-12-07 11:13:15 -05:00 committed by Andreas Kling
parent d5d6ff8bf1
commit 7e974f530d
7 changed files with 32 additions and 0 deletions

View file

@ -31,6 +31,7 @@ public:
void context_menu_screenshot_dom_node();
void context_menu_create_child_element();
void context_menu_create_child_text_node();
void context_menu_clone_dom_node();
void context_menu_remove_dom_node();
void context_menu_add_dom_node_attribute();
void context_menu_remove_dom_node_attribute();