mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
parent
fd2888afab
commit
d07c705b64
3 changed files with 46 additions and 25 deletions
|
|
@ -53,7 +53,7 @@ local function switch<T, U>(source: () -> T): (map: Map<T, ((() -> U)?)>) -> ()
|
|||
return result
|
||||
end
|
||||
|
||||
local node = create_node(nil :: any, update)
|
||||
local node = create_node(nil :: U?, update)
|
||||
|
||||
set_owner(node, owner)
|
||||
evaluate_node(node)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue