You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working example:
In this version, the log will keep scroll pinned to the bottom, because we are explicitly calling setContent when the underlying content changes.
Looking at the blessed source, it appears that react-blessed isn't triggering the
set content
event when updating a log element reactively.Failing example:
In this version, the log won't keep scroll pinned to the bottom, because the set content event is never fired.
Working example:
In this version, the log will keep scroll pinned to the bottom, because we are explicitly calling
setContent
when the underlying content changes.The text was updated successfully, but these errors were encountered: