This pull request includes an update to the EditEmaEditorComponent class to ensure the editor does not remain in a loading state for traditional pages. The most important change is the addition of a block of code that sets the isClientReady status to true.
This pull request includes an update to the
EditEmaEditorComponent
class to ensure the editor does not remain in a loading state for traditional pages. The most important change is the addition of a block of code that sets theisClientReady
status to true.Key change:
core-web/libs/portlets/edit-ema/portlet/src/lib/edit-ema-editor/edit-ema-editor.component.ts
: Added code to setisClientReady
to true withinrequestAnimationFrame
to prevent the editor from being in a loading state for traditional pages.This PR fixes: #30030