Use scroll left instead of intersection observer (#3522)
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const scrollLeftState = atom<number>({
|
||||
key: 'scroll/scrollLeftState',
|
||||
default: 0,
|
||||
});
|
||||
Reference in New Issue
Block a user