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
compose box: On componentWillUnmount, clear 200ms timeout on input blurs.
To avoid calling setState on an unmounted component (yellow box
warning observed at
zulip#2937 (comment)),
clear the timeouts on componentWillUnmount that get set on
handleMessageBlur and handleTopicBlur to delay the call to
this.updateIsFocused (which calls this.setState) by 200ms.
A better strategy than using setTimeout was opened as zulip#3843.
0 commit comments