You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
first of all thank you for this awesome plugin, it works like a charm with ver 4.4.5 (the latest at this time).
I was wondering if there's a way to trigger the rendering of new content. I have a lifecycle hook that needs to update the text inserted, I can see from the logs that the content of this specific field is properly updated (through event.params.data.myfield = updatedHtml; in the lifecycle hook) but the content in the editor is not updated. I need to go back and click on edit a second time.
Is there a way to automatically update the editor's content ?
The text was updated successfully, but these errors were encountered:
alessmar
changed the title
[question/suggestion] How to trigger render
[question/suggestion] How to trigger refresh editor's content rendering
Oct 27, 2022
Hi,
first of all thank you for this awesome plugin, it works like a charm with ver 4.4.5 (the latest at this time).
I was wondering if there's a way to trigger the rendering of new content. I have a lifecycle hook that needs to update the text inserted, I can see from the logs that the content of this specific field is properly updated (through
event.params.data.myfield = updatedHtml;
in the lifecycle hook) but the content in the editor is not updated. I need to go back and click on edit a second time.Is there a way to automatically update the editor's content ?
The text was updated successfully, but these errors were encountered: