File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ export function WindowThumbnailSettings({
4848 < StyledMenuList role = "menubar" >
4949 < ThumbnailOption
5050 aria-checked = { thumbnailNavigationPosition === 'off' }
51- autoFocus = { thumbnailNavigationPosition === 'off' }
5251 key = "off"
5352 onClick = { ( ) => { handleChange ( 'off' ) ; } }
5453 role = "menuitemradio"
@@ -65,7 +64,6 @@ export function WindowThumbnailSettings({
6564 </ ThumbnailOption >
6665 < ThumbnailOption
6766 aria-checked = { thumbnailNavigationPosition === 'far-bottom' }
68- autoFocus = { thumbnailNavigationPosition === 'far-bottom' }
6967 key = "far-bottom"
7068 onClick = { ( ) => { handleChange ( 'far-bottom' ) ; } }
7169 role = "menuitemradio"
@@ -82,7 +80,6 @@ export function WindowThumbnailSettings({
8280 </ ThumbnailOption >
8381 < ThumbnailOption
8482 aria-checked = { thumbnailNavigationPosition === 'far-right' }
85- autoFocus = { thumbnailNavigationPosition === 'far-right' }
8683 key = "far-right"
8784 onClick = { ( ) => { handleChange ( 'far-right' ) ; } }
8885 role = "menuitemradio"
You can’t perform that action at this time.
0 commit comments