bootstrap-markdown-editor icon indicating copy to clipboard operation
bootstrap-markdown-editor copied to clipboard

Fix content/setContent; add access to editor

Open JordanReiter opened this issue 8 years ago • 0 comments

Currently this.find('.md-editor') will not work since this refers to the textarea which does not contain .md-editor (it comes before).

This change makes access to editor more explicit by putting it in the data for this object. It also adds the method 'editor' which provides direct access to the ace editor object.

JordanReiter avatar Mar 22 '17 19:03 JordanReiter