fix(panel): toggle state correctly
This commit is contained in:
parent
b3ccce1ee7
commit
67fad79fb6
2 changed files with 365 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue