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 984529a commit edf5c95Copy full SHA for edf5c95
lua/opencode/ui/renderer.lua
@@ -48,14 +48,14 @@ function M.reset()
48
49
if state.current_permission and state.api_client then
50
require('opencode.api').respond_to_permission('reject')
51
- state.current_permission = nil
52
end
+ state.current_permission = nil
53
trigger_on_data_rendered()
54
55
56
---Set up all subscriptions, for both local and server events
57
function M.setup_subscriptions(_)
58
- M._subscriptions.active_session = function(_, new, old)
+ M._subscriptions.active_session = function(_, new, _)
59
M.reset()
60
if new then
61
M.render_full_session()
0 commit comments