Skip to content

Commit 05a1a0a

Browse files
committed
🎨任务管理侧栏第一次加载面板没有按照排序来,要点击刷新才正确按照选择的排序来
1 parent 87d3841 commit 05a1a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ReminderPanel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class ReminderPanel {
102102
await this.loadCollapseStates();
103103

104104
this.initUI();
105-
this.loadSortConfig();
105+
await this.loadSortConfig();
106106
this.loadReminders();
107107

108108
// 确保对话框样式已加载

0 commit comments

Comments
 (0)