mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
LibDevTools: Add missing return statement in the 'duplicateNode' handler
This commit is contained in:
parent
96a5b97131
commit
49b964bf19
Notes:
github-actions[bot]
2025-03-12 16:49:22 +00:00
Author: https://github.com/trflynn89
Commit: 49b964bf19
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3904
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ void WalkerActor::handle_message(StringView type, JsonObject const& message)
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
if (type == "editTagName"sv) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue