assistant-client icon indicating copy to clipboard operation
assistant-client copied to clipboard

textDecorationLine

Open vitmih opened this issue 3 years ago • 0 comments

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

vitmih avatar May 17 '21 19:05 vitmih