mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
Update misleading comment
This commit is contained in:
parent
6e903b5ea6
commit
8a6ee14ff5
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue