improve comment

fix-memory-leak-
Dominic Gannaway 5 months ago
parent 6f8e23d497
commit 0c160bbec5

@ -323,6 +323,7 @@ export function prop(props, key, flags, fallback) {
from_child = true;
set(inner_current_value, value);
get(current_value); // force a synchronisation immediately
// Increment the value so that unowned/disconnected nodes can validate dirtiness again.
current_value.version++;
}

Loading…
Cancel
Save