Skip to content

Commit

Permalink
update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
d0iasm committed Aug 18, 2024
1 parent 6c21cbf commit ad48a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/renderer/layout/layout_object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pub fn create_layout_object(
}
}

// Inherit a parent CSS style.
// Defaulting a parent CSS style.
let parent_style = if let Some(parent) = parent_obj {
Some(parent.borrow().style())
} else {
Expand Down

1 comment on commit ad48a2d

@d-ikeda
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@d0iasm
進めていただきありがとうございます! 引き続きよろしくお願いします。

Please sign in to comment.