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
Reopening this issue, since it caused another bug: Normally, a queryTriggered event occurs before newResults. This event causes the loading bar to show up and hide/remove the results. If now a repeated query arrives, the loading bar does not vanish and the results won't show up.
Possible solution would be to only hide the result set upon a queryTriggerd event and only redraw the view, when new results arrive. If a repeated query is detected, the result set should just be made visible again.
see #30
The text was updated successfully, but these errors were encountered: