mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
Ladybird+LibWebView: Add an Inspector action to copy a node's HTML/text
This commit is contained in:
parent
51a0673b5c
commit
e3df035c5d
7 changed files with 55 additions and 0 deletions
|
@ -44,6 +44,7 @@ private:
|
|||
QMenu* m_dom_node_attribute_context_menu { nullptr };
|
||||
|
||||
QAction* m_edit_node_action { nullptr };
|
||||
QAction* m_copy_node_action { nullptr };
|
||||
QAction* m_delete_node_action { nullptr };
|
||||
QAction* m_add_attribute_action { nullptr };
|
||||
QAction* m_remove_attribute_action { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue