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).
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).