MyMailProtocol / permamail-app

Mail inbox app deployed on the permaweb
Apache License 2.0
7 stars 2 forks source link

Switch scollTo package to typescript #20

Closed RichardGale closed 2 years ago

RichardGale commented 2 years ago

📑 Description

Renamed to typescript, added types, fixed lint errors.

viewThread uses scrollToBottom, on Reply, this jumps to position then tweens to the incorrect position. If you switch to using scrolltobottom (seemingly the public API) then Reply jumps to the correct position and stays there.

✅ Checks

ℹ Additional Information