chore(autoFocus): rename to autoPanOnNodeFocus
This commit is contained in:
@@ -202,7 +202,7 @@
|
||||
const onFocus = () => {
|
||||
if (
|
||||
store.disableKeyboardA11y ||
|
||||
!store.enablePanOnFocus ||
|
||||
!store.autoPanOnNodeFocus ||
|
||||
!nodeRef?.matches(':focus-visible')
|
||||
) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user