Background queries on App
when command palette is shown causes an exception
#3633
Labels
App
when command palette is shown causes an exception
#3633
Technically this isn't an issue with the command palette, it would be an issue with any screen with a background process that causes a query to be handled by the app, but via the command palette is the way that a dev would most likely encounter it and it's where they'd find it most surprising.
Consider this code:
Let it run for a moment, then summon the command palette and keep it up. The next time
tick
runs aNoMatches
will result.This version, where the default screen isn't being used, isn't a problem:
The text was updated successfully, but these errors were encountered: