mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-22 05:33:06 +02:00
clean up comments
This commit is contained in:
@@ -133,7 +133,7 @@ export function TodoFrameCustom(el) {
|
||||
container.children[i].style.height = `${height + 30}px`;
|
||||
}
|
||||
|
||||
// update collapsible on changing heights
|
||||
// Update collapsible on changing heights
|
||||
el.dispatchEvent(new CustomEvent('collapse', { bubbles: true }));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user