Results 5 comments of Vasiliy L.

I was able to overcome this issue using the `onChange` callback by calling the `api.saver.save()` with a small delay. 🤷‍♂️ https://editorjs.io/configuration#editor-modifications-callback https://editorjs.io/saver#save This approach also helped me to fix related...

I was able to overcome this issue using the `onChange` callback by calling the `api.saver.save()` with a small delay. 🤷‍♂️ https://editorjs.io/configuration#editor-modifications-callback https://editorjs.io/saver#save This approach also helped me to fix related...

I managed to overcome the problem and dynamically load locale chunks using a set of predefined "loaders" for each locale used in the app. A generic solution, not related specifically...

@kossnocorp, having a helper funtion in the library to load locales would be helpful. 🙂 As you suggest, the function may be integrated with `setDefaultOptions` (using an optional flag in...

I had the problem with the scheduler tab, where the application was freezing for a while when I tried to open scheduler settings. It seems that the problem refers to...