Skip to content

Commit 94f23a5

Browse files
committed
Fix that clicking accept in suggestion hides completion panel and cause the click in failing
1 parent 32ca3f0 commit 94f23a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/SuggestionWidget/FeatureReducers/WidgetFeature.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public struct WidgetFeature: ReducerProtocol {
224224
// clicked
225225
// before the completion panel updates the location of the
226226
// suggestion panel
227-
try await Task.sleep(nanoseconds: 200_000_000)
227+
try await Task.sleep(nanoseconds: 400_000_000)
228228
}
229229
continuation.yield()
230230
}

0 commit comments

Comments
 (0)