Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix content/setContent; add access to editor #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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