diff --git a/README.md b/README.md index dbfee7d..30d5088 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ - modify a task, - find a way to prevent desync between tasks and records (when modifying steps of a task for example), - easily copy steps, -- 🐛 persist notes, - 🐛 changing task while recording breaks the controls [Loop icons created by Dreamstale - Flaticon](https://www.flaticon.com/free-icons/loop) diff --git a/src/modules/record/components/TaskRecord.vue b/src/modules/record/components/TaskRecord.vue index e301c2a..8668dfc 100644 --- a/src/modules/record/components/TaskRecord.vue +++ b/src/modules/record/components/TaskRecord.vue @@ -92,7 +92,7 @@ const isSuperiorToEstimation = computed(() => { :value="recordNotes" @input=" //@ts-ignore - recordStore.updateRecordNotes(recordId, $event.target.value) + recordStore.updateRecordNotes(taskId, $event.target.value) " placeholder="Take notes while you're doing the task. It can be helpful at the end to retrieve your thought." class="textarea"