gui117

Results 1 comments of gui117

For who use codemirror v6 and wants to call methods from state or view instance.You can get instance from ready callback. ```html ``` ```javascript const editorView = shallowRef() const editorState...