This commit is contained in:
Михаил Капелько
2024-01-08 17:45:45 +03:00
parent aa203c2337
commit e8f330ad2a
12 changed files with 47 additions and 12 deletions

View File

@@ -144,10 +144,11 @@ extension MeetupId {
)
ctrl.pipeValue(
dbg: "testTUI",
sub: nil,
Bus.events.compactMap { Bus.convertKeyValue(K.testTextUI, $0) }.map { (k: String, v: MPAK.Many<String>) in v }.eraseToAnyPublisher(),
many.eraseToAnyPublisher(),
{
$0.testTextUI = $1
},
@@ -155,6 +156,8 @@ extension MeetupId {
)
}
}