swift-focuser
swift-focuser copied to clipboard
didBeginEditing called without TapGesture sometimes
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?