File size: 138 Bytes
bc20498 |
1 2 3 4 5 |
export const scrollAreaEvents = {
scrollbar: ['pointerdown', 'pointerup', 'pointermove'],
thumb: ['pointerdown', 'pointerup'],
};
|
bc20498 |
1 2 3 4 5 |
export const scrollAreaEvents = {
scrollbar: ['pointerdown', 'pointerup', 'pointermove'],
thumb: ['pointerdown', 'pointerup'],
};
|