altumsoftwareds

Results 4 comments of altumsoftwareds

If I will pass expected data directly as prop ( not waiting for response ) -- there is no issues at all.

@neSpecc could you help, please? 1) ![Безымянный](https://github.com/codex-team/editor.js/assets/145126851/3790853b-f715-405c-950e-6303c8f5cb37) 2) ![Безымянный](https://github.com/codex-team/editor.js/assets/145126851/4765a211-c16e-4482-b4f8-3ce04550ca01) 1) onChange triggers with empty data however `current answer` is exists and it rewrites answer to be empty 2) even after...

``` { console.log('editor beforeOnChange answer', answer) console.log('editor onChange', data) setAnswer(data) }} editorblock={`editorjs-container-${section}-${item}`} /> ``` why I don't see `current answer` after `onChange` as soon as I have `setAnswer` which is...

@ls84 where to put `editor.save()` else, for example?