Bugfix in react::map_vector
This commit is contained in:
parent
ae815ec538
commit
1ed8b28633
1 changed files with 2 additions and 0 deletions
|
|
@ -81,6 +81,8 @@ namespace psemek::react
|
|||
|
||||
for (auto const & arg : args)
|
||||
{
|
||||
if (!arg) continue;
|
||||
|
||||
internal_tokens.push_back(arg.subscribe(detail::internal_tag{}, internal_subscriber));
|
||||
external_tokens.push_back(arg.subscribe(external_subscriber));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue