mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
LibWeb: Make the link context menu hook include the destination URL
This commit is contained in:
parent
02c5e22f06
commit
fd65a24834
6 changed files with 13 additions and 13 deletions
|
@ -73,7 +73,7 @@ private:
|
|||
RefPtr<GUI::ToolBarContainer> m_toolbar_container;
|
||||
|
||||
RefPtr<GUI::Menu> m_link_context_menu;
|
||||
String m_link_context_menu_href;
|
||||
URL m_link_context_menu_url;
|
||||
|
||||
RefPtr<GUI::Menu> m_tab_context_menu;
|
||||
RefPtr<GUI::Menu> m_page_context_menu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue