mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-22 13:43:06 +02:00
update deps
This commit is contained in:
@@ -109,11 +109,11 @@ export function TodoApp(el) {
|
||||
Object.assign(state, next);
|
||||
|
||||
el.querySelectorAll('.todo-frame').forEach((el) =>
|
||||
el.dispatchEvent(new CustomEvent('todoData', { detail: state }))
|
||||
el.dispatchEvent(new CustomEvent('todoData', { detail: state })),
|
||||
);
|
||||
|
||||
el.querySelectorAll('.app-collapsible').forEach((el) =>
|
||||
el.dispatchEvent(new CustomEvent('collapse'))
|
||||
el.dispatchEvent(new CustomEvent('collapse')),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user