Closed marcoonroad closed 7 years ago
Further mutations on some prototype's selector don't notify children from previous selector's value. That is, such state propagation only occurs once due a certain conditional on metatable.lua file, inside the __newindex metamethod.
fixed by commit eaeed4c
Further mutations on some prototype's selector don't notify children from previous selector's value. That is, such state propagation only occurs once due a certain conditional on metatable.lua file, inside the __newindex metamethod.