Skip to content

Conversation

@JordanReiter
Copy link

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 and others added 2 commits March 22, 2017 15:24
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant