MCPcopy Create free account
hub / github.com/datapane/datapane / codeMirror

Function codeMirror

web-components/legacy/builder-component/src/utils.ts:1–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export const codeMirror = () => {
2 const cmEl: any = document.getElementsByClassName("CodeMirror")[0];
3 return (cmEl as any).CodeMirror;
4};
5
6export const updateEditorAtCursor = (val: string): void => {
7 try {

Callers 2

updateEditorAtCursorFunction · 0.85
overwriteEditorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected