• Hannah Stepanek's avatar
    Fix initialization of visibleThreadsList · bdd195d6
    Hannah Stepanek authored
    Previously the visibleThreadList state in thread-list did not get
    calculated in onInit because the method that did so was subscribed to
    after the 'changed' event was emitted. This issue was resolved by
    calling the method to calculate the state explicitly in onInit and
    only subscribing the event handler for changes that may occur after init.
    bdd195d6
thread-list.js 6.45 KB