SwiftUIPager
SwiftUIPager copied to clipboard
Allows to enable/disable keyboard control, fixes issue of unwanted focus ring in macOS 14+
trafficstars
Fixes: https://github.com/fermoya/SwiftUIPager/issues/329 by using the new modifier .allowsKeyboardControl(false)
Curious how does this PR solve the focus ring issue?
Curious how does this PR solve the focus ring issue?
Simply by giving the option to disable keyboard control… without keyboard control, the focus ring doesnt appear