Skip to content

Commit

Permalink
hotfix: Adjust root element height of user app in devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Jul 16, 2024
1 parent 8ad268b commit 4db506d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/renderer/src/devtools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl Devtools {

rdom.traverse_depth_first(|node| {
let height = node.height();
if height == 3 {
if height == 4 {
if !root_found {
root_found = true;
} else {
Expand Down

0 comments on commit 4db506d

Please sign in to comment.