Pārlūkot izejas kodu

remove outdated comment

Evan Almloff 3 gadi atpakaļ
vecāks
revīzija
8e6b56c636
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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 {
     #[child_dep_state(layout, RefCell<Stretch>)]
     pub layout: TaffyLayout,
-    // depends on attributes, the C component of it's parent and a u8 context
     #[parent_dep_state(style)]
     pub style: StyleModifier,
     #[node_dep_state()]