openc3-cosmos-init/plugins/packages/openc3-cosmos-ace-diff/src/visuals/getEditorHeight.js
export default function getEditorHeight(acediff) {
// editorHeight: document.getElementById(acediff.options.left.id).clientHeight
return document.getElementById(acediff.options.left.id).offsetHeight
}