editor
editor copied to clipboard
Multiple instances
Hello, I can't create multiple instances of Editor, any help appreciated.
Change line 7143 in editor.js to be el = this.element ? this.element[0] : document.getElementsByTagName('textarea')[0];
Also in documentations, element option should be $('element')