1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:37: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

@ -48,6 +48,7 @@ private:
QAction* m_screenshot_node_action { nullptr };
QAction* m_create_child_element_action { nullptr };
QAction* m_create_child_text_node_action { nullptr };
QAction* m_clone_node_action { nullptr };
QAction* m_delete_node_action { nullptr };
QAction* m_add_attribute_action { nullptr };
QAction* m_remove_attribute_action { nullptr };