mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-20 12:51:43 +02:00
update deps
This commit is contained in:
@@ -43,7 +43,7 @@ export function TodoDay(el) {
|
||||
el.querySelector('.header > .dayofweek').innerText = formatDayOfWeek(date);
|
||||
el.querySelector('.header > .date').innerText = formatDate(date);
|
||||
el.querySelector('.todo-list').dispatchEvent(
|
||||
new CustomEvent('todoItems', { detail: state.items })
|
||||
new CustomEvent('todoItems', { detail: state.items }),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user