Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-9973: ignore dispatched events against unregistered suggestion boxes #1052

Commits on Apr 4, 2018

  1. MM-9973: ignore dispatched events against unregistered suggestion boxes

    In a slow network environment, typing a channel name, then erasing it,
    then quickly typing again and hitting enter to unmount the suggestion
    box could result in a previous network call eventually dispatching an
    event for the now unregistered suggestion box. If the dispatched event
    was for an empty string, it would incorrectly try to handle that,
    ultimately attempting to dereference `undefined.push`.
    lieut-data committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    6225571 View commit details
    Browse the repository at this point in the history