jibedoubleve / lanceur-bis

A free adaptation of Slickrun written in .NET
GNU General Public License v3.0
7 stars 0 forks source link

Wrong allias executed #118

Closed jibedoubleve closed 1 year ago

jibedoubleve commented 1 year ago

Sometimes, wrong alias is executed when search is not done

jibedoubleve commented 1 year ago

Explanations

When executing a command, when the search is ongoing and the user continues to type, the query is modified but no new search is executed.

Solution to explore

Cancelling search execution

Let's try to cancel a serch when user enters new query Cancelling ReactiveCommand

Disabling UI

Probably a wrong solution but let's see what happens when deactivating the UI when a search is executing