swift-focuser icon indicating copy to clipboard operation
swift-focuser copied to clipboard

didBeginEditing called without TapGesture sometimes

Open eungkyu opened this issue 2 years ago • 0 comments

I noticed that sometimes TextField get focused without updating focusedField variable. At last, I found sometimes textFieldDidBeginEditing in delegate is called without calling .simultaneousGesture(TapGesture().onEnded block.

So, I wrote some workaround code.

Can you review this changes?

eungkyu avatar Nov 11 '22 00:11 eungkyu