mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
fix: make nodes before any update be invalid
This commit is contained in:
parent
0935b5a7e2
commit
26b5be7edf
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ local function create_node<T>(owner: false | Node<any>, effect: false | (T) -> T
|
|||
|
||||
needs_queue_children = false,
|
||||
higher_parent_update_id = update_id,
|
||||
last_eval_update_id = 0,
|
||||
last_eval_update_id = -1,
|
||||
context = false,
|
||||
|
||||
owner = owner,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue