Skip to content

Commit 40a263e

Browse files
committed
Add missing input feedback
1 parent fc30a04 commit 40a263e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/LoopBox.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ internal class RootLoopBox<State, Event>: LoopBoxBase<State, Event> {
7272
}
7373

7474
func start(with feedbacks: [Loop<State, Event>.Feedback]) {
75-
floodgate.bootstrap(with: feedbacks)
75+
floodgate.bootstrap(with: feedbacks + [input.feedback])
7676
}
7777

7878
func stop() {

0 commit comments

Comments
 (0)