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
*`getCodeMirror` returns the CodeMirror instance, available .
63
+
64
+
You can interact with the CodeMirror instance using a `ref` and the `getCodeMirror()` method after the `componentDidMount` lifecycle event has fired (including inside the `componentDidMount` event in a parent Component).
65
+
59
66
### Properties
60
67
61
68
*`autoSave``Boolean` automatically persist changes to underlying textarea (default false)
0 commit comments