Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
docs(gh-pages): update for extraPanelClassName & extraActivePanelClas…
Browse files Browse the repository at this point in the history
…sName
  • Loading branch information
tomchentw committed Nov 24, 2015
1 parent 40d2822 commit e791841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/gh-pages/src/ReactRoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export default class ReactRoot extends Component {
this.editor = new MediumEditor(this.refs.editable, {
extensions: {
"mention": new TCMention({
extraClassName: "abc123",
extraActiveClassName: "xyz",
extraPanelClassName: "abc123",
extraActivePanelClassName: "xyz",
tagName: "b",
renderPanelContent: function (panelEl, currentMentionText, selectMentionCallback) {
ReactDOM.render((
Expand Down

0 comments on commit e791841

Please sign in to comment.