textDecorationLine
vitmih opened this issue · 0 comments
vitmih commented
В примере 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 })}
и заработало