vitmih

Results 1 issues of vitmih

В примере [https://github.com/sberdevices/assistant-client/blob/main/examples/todo-canvas-app/src/App.tsx#L62](https://github.com/sberdevices/assistant-client/blob/main/examples/todo-canvas-app/src/App.tsx#L62) не меняет `style={{ textDecorationLine: note.completed ? "line-through" : "none", }} ` В инпуте поменял на `onChange={() => dispatch({ type: "done_note", id: note.id })}` и заработало