Scroll detailed status into view, fixes #257

better-thread-display
Alex Gleason 4 years ago
parent 8c137b0c3c
commit fd971f053f
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -418,7 +418,7 @@ class Status extends ImmutablePureComponent {
}
if (prevProps.status && ancestorsIds && ancestorsIds.size > 0) {
const element = this.node.querySelectorAll('.focusable')[ancestorsIds.size - 1];
const element = this.node.querySelector('.detailed-status');
window.requestAnimationFrame(() => {
element.scrollIntoView(true);

Loading…
Cancel
Save