indeed it toggles

This commit is contained in:
Barrett Ruth 2025-09-26 08:36:00 -04:00
parent 2e478f2742
commit 316b6628db
2 changed files with 3 additions and 3 deletions

View file

@ -129,7 +129,7 @@ function M.handle_command(opts)
if cmd.action == 'interact' then
ui.toggle_interactive()
elseif cmd.action == 'run' then
ui.close_run_panel(cmd.debug)
ui.toggle_run_panel(cmd.debug)
elseif cmd.action == 'next' then
setup.navigate_problem(1, cmd.language)
elseif cmd.action == 'prev' then