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
When called, "disableEditor()" should disable the wysiwyg. It currently does not.
My current work-around is to have two editors. One initialized with disabled = false, and one with disabled = true and use [hidden] to switch between the two as needed. Obviously not ideal.
The text was updated successfully, but these errors were encountered:
Issue:
After initialization, updating the config object's disabled property does not disable the editor.
Expectation:
When called, "disableEditor()" should disable the wysiwyg. It currently does not.
My current work-around is to have two editors. One initialized with disabled = false, and one with disabled = true and use [hidden] to switch between the two as needed. Obviously not ideal.
The text was updated successfully, but these errors were encountered: