Skip to content
  • Phil Hughes's avatar
    Fix race condition with dispatcher.js · 344d5559c6c1
    Phil Hughes authored
    The dispatcher was trying to create a new instance of a class that is loaded in a file after main.js which would cause the filtered search to not work on issues. This would only happen on the first load when the JS is not cached. If the JS is cached, then everything will be fine.
    344d5559c6c1