mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-22 05:33:06 +02:00
fix #3
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user