cm-resize-limited
Add a resize handle to your CodeMirror editor. Forked from Sphinxxxx/cm-resize, with some small improvements.
Getting Started
Installing
-
NPM:
npm install cm-resize-limited --save
import cmResize from 'cm-resize-limited';
Usage
const myCodeMirror = CodeMirror; //..or some other way to create a CodeMirror instance;
Options
const handle = ;