mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore: upgrade typescript 6, vitest 4, align spf package (#1101)
This commit is contained in:
@@ -157,7 +157,6 @@ export function createSlider(options: SliderOptions): SliderApi {
|
||||
// Focus the thumb for keyboard follow-up and screen reader tracking.
|
||||
options.getThumbElement?.()?.focus({
|
||||
preventScroll: true,
|
||||
// @ts-expect-error -- focusVisible is not yet in TypeScript's lib.dom typings.
|
||||
focusVisible: false,
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user