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

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

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

View file

@ -46,6 +46,8 @@ private:
QAction* m_edit_node_action { nullptr };
QAction* m_copy_node_action { nullptr };
QAction* m_screenshot_node_action { nullptr };
QAction* m_create_child_element_action { nullptr };
QAction* m_create_child_text_node_action { nullptr };
QAction* m_delete_node_action { nullptr };
QAction* m_add_attribute_action { nullptr };
QAction* m_remove_attribute_action { nullptr };