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
The q-keypress listerer at wtf_app.go should maybe be a bit more context aware.
Edit: the easiest fix would be to wrap the quit-call with the !wtfApp.focusTracker.IsFocused condition, but that seems to track wheter any module is active. A more useful condition would be one that checks if any text-input is focused.
What's broken?
Text input modal, used in for example Todo-module, quits the whole application when inputting a letter 'q'.
The text was updated successfully, but these errors were encountered: