implemented interruption of fetch requests if task is clicked in kanban

This commit is contained in:
2025-08-25 23:13:38 +02:00
parent 53db593936
commit 0455c76479
2 changed files with 32 additions and 15 deletions

View File

@@ -46,7 +46,6 @@
function updateOn(id){
task = null;
loadTask();
console.log(router);
}
function addChild(){