๐ Open Quickly doesn't exactly 'close'
Opened this issue ยท 0 comments
plbstl commented
Description
Open Quickly is not exactly 'closed' when its modal is removed. The expected behavior is for it to be reopened with its last search query, but having its search results remain in the background may not be intentional. For example, the resources used to load the previews are not released.
It seems xcode recomputes the query when Open Quickly is reopened. It may just be the enter animation but since the selected list item is reset when reopening, I think it recomputes.
To Reproduce
cmd
shift
o
to show Open Quickly.- Enter a search term.
- You can also move down the list and move the text cursor to the left.
- Press
escape
or click elsewhere to close the Open Quickly modal - reopen Open Quickly
Expected Behavior
Open quickly should teardown (but cache the query) when closed, and then recompute the results when opened again.
Version Information
CodeEdit: 0.2.0-dev (39)
macOS: 14.5
Xcode: 15.4
Additional Context
No response
Screenshots
CodeEdit:
codeedit-open-quickly-state-mgmt.mov
Xcode: