We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a0f9f commit bd3073bCopy full SHA for bd3073b
lua/opencode/ui/history_picker.lua
@@ -94,6 +94,7 @@ function M.pick(callback)
94
local windows = state.windows
95
if not input_window.mounted(windows) then
96
require('opencode.core').open({ focus_input = true })
97
+ windows = state.windows
98
end
99
---@cast windows { input_win: integer, input_buf: integer }
100
0 commit comments