Fix: first elem added not working...

This commit is contained in:
Paolo Arena
2019-03-04 18:48:07 +01:00
parent 9803c451f9
commit a63f744869
10 changed files with 76 additions and 44 deletions

View File

@@ -37,7 +37,7 @@ export interface IDrag {
export interface ITodosState {
showtype: number
todos: [ITodo[]]
todos: {}
categories: string[]
// todos_changed: number
reload_fromServer: number