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
Readonly mode is managed via a redux state. But, it's also possible to pull an Editor component out from the system and pass it isReadOnly prop explicitly.
Readonly mode is managed via a redux state. But, it's also possible to pull an
Editor
component out from the system and pass itisReadOnly
prop explicitly.If passing the explicit
isReadOnly
prop is used, the prop is ignored and the redux state is always preferred.The goal of this issue is to always prefer the
isReadOnly
prop if passed explicitly + overriding the redux state with the vlaue of the prop.The text was updated successfully, but these errors were encountered: