spaceshelter / orbitar

Experimental collective social/blogging platform with self-regulation.
MIT License
61 stars 24 forks source link

Fix scroll to comment (ugly way) #393

Open Aivean opened 1 month ago

Aivean commented 1 month ago

Fixes scroll to comment behavior (basically, but retrying). The solution is ugly, and doesn't address the issue with .focused being removed prematurely by react rerender.

A better solution would be to reactify scrolling logic (by moving the .focused class setting, and scrolling logic into comment component).