fix(panel): toggle state correctly

This commit is contained in:
Barrett Ruth 2025-09-20 22:18:55 -04:00
parent b3ccce1ee7
commit 67fad79fb6
2 changed files with 365 additions and 0 deletions

View file

@ -103,6 +103,7 @@ local function setup_problem(contest_id, problem_id, language)
end
vim.cmd('silent only')
state.run_panel_active = false
state.contest_id = contest_id
state.problem_id = problem_id