Skip to content

window: Typeahead search only when views are loaded

On startup when immediately typing on the keyboard, the views are not yet loaded and this resulted in an error for the typeahead search.

Check that the views are loaded before allowing typeahead search.

Merge request reports