finished project tree update on task edit, added update of task view on task edit

This commit is contained in:
2025-12-20 16:29:16 +01:00
parent 5a1c8e1438
commit c05f24cd7c
4 changed files with 34 additions and 13 deletions

View File

@@ -131,7 +131,6 @@
}
function handleDeleteEvent(evt){
console.log('delete task');
handleEvent(evt,'delete');
}