Update misleading comment

This commit is contained in:
Greg Johnston 2022-10-13 16:27:32 -04:00
parent 6e903b5ea6
commit 8a6ee14ff5

View file

@ -276,8 +276,6 @@ pub fn insert_expression(
Child::Nodes(new_nodes.to_vec())
}
}
// Nested Signals here simply won't do anything; they should be flattened so it's a single Signal
Child::Fn(f) => {
let mut value = (f.borrow_mut())();
while let Child::Fn(f) = value {