Skip to content

Commit

Permalink
Merge pull request #1423 from FrittenKeeZ/patch-1
Browse files Browse the repository at this point in the history
Fixed custom class option checkbox
  • Loading branch information
rishijain authored Feb 27, 2018
2 parents eef3ee0 + e52d3e2 commit 3fcd1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/extensions/anchor.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
// and provide similar access to a `fa-` icon default.
template.push(
'<div class="medium-editor-toolbar-form-row">',
'<input type="checkbox" class="medium-editor-toolbar-anchor-button">',
'<label>',
'<input type="checkbox" class="medium-editor-toolbar-anchor-button" id="medium-editor-toolbar-anchor-button-field-' + this.getEditorId() + '">',
'<label for="medium-editor-toolbar-anchor-button-field-' + this.getEditorId() + '">',
this.customClassOptionText,
'</label>',
'</div>'
Expand Down

0 comments on commit 3fcd1b2

Please sign in to comment.