CodeforcesContestHelper / CCHv2

CCHv2 - A powerful contest helper for CodeForces, developed with NW.js.
GNU General Public License v3.0
373 stars 25 forks source link

题目末尾在经过特定操作后会退出题目文件夹 #68

Closed zwuis closed 1 year ago

zwuis commented 1 year ago

复现步骤:

  1. 打开题目页面
  2. 添加一个至少有 2 个题目的比赛
  3. 叉掉该比赛若干题目,但不叉掉所有题目
  4. 添加一个刚刚叉掉的题目
  5. 叉掉在上一步中添加的题目
  6. 题目文件夹中的最后一个题目退出了文件夹

问题应该出现在: https://github.com/CodeforcesContestHelper/CCHv2/blob/b822e17f427d6daa6c00e5b97a2d1074d4908cdb/js/problem.js#L319-L343