Skip to content

Commit 0dfa347

Browse files
committed
fix #45
1 parent 898120d commit 0dfa347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/xhf/leetcode/plugin/review/front/DailyPlanTabPanel.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ public void focusLost(java.awt.event.FocusEvent e) {
340340
service.updateBack(rq.getId(), newSolution);
341341
// 更新ReviewQuestion
342342
rq.setBack(newSolution);
343+
// 通知TotalReviewPlan刷新获取新的题目
343344
env.post(ReviewConstants.REFRESH);
344345
LogUtils.simpleDebug("Save solution: " + newSolution);
345346
}

0 commit comments

Comments
 (0)