v0.1.26 - 빈 날짜 이동 시 불필요한 삭제 알림 제거
This commit is contained in:
@@ -707,7 +707,10 @@ watch(
|
||||
() => {
|
||||
if (!plannerGoal.value && planner.value.goalEnabled) {
|
||||
planner.value.goalEnabled = false
|
||||
schedulePlannerSyncForRecord(planner.value)
|
||||
|
||||
if (hasPlannerContent(planner.value)) {
|
||||
schedulePlannerSyncForRecord(planner.value)
|
||||
}
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user