1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-22 05:33:06 +02:00
This commit is contained in:
Morris Brodersen
2020-10-28 02:43:49 +01:00
parent 9295fafd61
commit dc2ecea5df

View File

@@ -131,7 +131,7 @@ VT.TodoStore = function (el) {
});
el.addEventListener('seek', function (e) {
var t = new Date(state.at);
var t = new Date(state.at + ' 00:00:00');
t.setDate(t.getDate() + e.detail);
dispatch({