Updating naming functions and variables. Adding onCancel call when click on the background.
All checks were successful
Deploying Website / build (push) Successful in 1m2s

This commit is contained in:
Maxime Delporte
2025-04-21 21:44:20 -03:00
parent 234403c4c9
commit f91561db26
4 changed files with 12 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
@if (isAddingTask) {
<app-new-task (close)="onStopAddTask()" />
<app-new-task (cancel)="onCancelAddTask()" />
}
<section id="tasks">