mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWebView: Remove early exit in InspectorClient::inspect()
This early exit prevents to show the current DOM in the inspector, when the inspector was already opened. Fixes #990
This commit is contained in:
parent
7a783d3a89
commit
dd5550dde3
Notes:
github-actions[bot]
2024-08-09 16:20:54 +00:00
Author: https://github.com/simonkrauter
Commit: dd5550dde3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1001
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 0 additions and 2 deletions
|
@ -194,8 +194,6 @@ void InspectorClient::inspect()
|
|||
{
|
||||
if (!m_inspector_loaded)
|
||||
return;
|
||||
if (m_dom_tree_loaded)
|
||||
return;
|
||||
|
||||
m_content_web_view.inspect_dom_tree();
|
||||
m_content_web_view.inspect_accessibility_tree();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue