A simple C++ interpreter written in JavaScript
Home Page:https://felixhao28.github.io/JSCPP/
Geek Repo:Geek Repo
Github PK Tool:Github PK Tool
milahu opened this issue 4 years ago · comments
this should do it ....
<AceEditor onLoad={editorInstance => { editorInstance.container.style.resize = "both"; // mouseup = css resize end document.addEventListener("mouseup", e => ( editorInstance.resize() )); }} />
here is a demo fiddle