not running debounced updates while network requests in flight

This commit is contained in:
2024-11-19 09:05:43 -07:00
parent 0ce31312ac
commit 5f6e7718bd
6 changed files with 40 additions and 10 deletions

View File

@@ -71,6 +71,8 @@ export const assignmentsFileStorageService = {
const assignmentMarkdown =
assignmentMarkdownSerializer.toMarkdown(assignment);
console.log(`Saving assignment ${filePath}`);
await fs.writeFile(filePath, assignmentMarkdown);
},
async delete({