1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-21 05:11:20 +02:00

mobile improvements

This commit is contained in:
Morris Brodersen
2020-10-21 18:00:41 +02:00
parent 1145f235a7
commit b4ce72a87b
3 changed files with 12 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ VT.TodoItemInput = function (el) {
);
inputEl.value = '';
inputEl.focus();
}
function clear() {