Skip to content

textDecorationLine #122

Open
vitmih opened this issue May 17, 2021 · 0 comments
Open

textDecorationLine #122

vitmih opened this issue May 17, 2021 · 0 comments

Comments

@vitmih
Copy link

vitmih commented May 17, 2021

В примере 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 })}
и заработало

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant