Browse Source

remove outdated comment

Evan Almloff 3 năm trước cách đây
mục cha
commit
8e6b56c636
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/tui/src/node.rs

+ 0 - 1
packages/tui/src/node.rs

@@ -11,7 +11,6 @@ pub(crate) type Node = dioxus_native_core::real_dom::Node<NodeState>;
 pub(crate) struct NodeState {
 pub(crate) struct NodeState {
     #[child_dep_state(layout, RefCell<Stretch>)]
     #[child_dep_state(layout, RefCell<Stretch>)]
     pub layout: TaffyLayout,
     pub layout: TaffyLayout,
-    // depends on attributes, the C component of it's parent and a u8 context
     #[parent_dep_state(style)]
     #[parent_dep_state(style)]
     pub style: StyleModifier,
     pub style: StyleModifier,
     #[node_dep_state()]
     #[node_dep_state()]