()
| 143 | } |
| 144 | |
| 145 | export const createChatScrollAcceleration = (): ScrollAcceleration => { |
| 146 | const environment = resolveScrollEnvironment() |
| 147 | |
| 148 | return new ConstantScrollAccel({ |
| 149 | multiplier: ENV_MULTIPLIERS[environment.type] * environment.multiplier, |
| 150 | }) |
| 151 | } |
no test coverage detected