Skip to content

Commit

Permalink
Release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoe committed Sep 11, 2015
1 parent 75f127f commit 2605860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/quill.js
Original file line number Diff line number Diff line change
Expand Up @@ -9630,7 +9630,8 @@ Toolbar = (function() {
}
return this.triggering = false;
} else {
return $input.toggleClass('ql-active', value || false);
$input.toggleClass('ql-active', value || false);
return $input.toggleClass('is-active', value || false);
}
};

Expand Down
Loading

0 comments on commit 2605860

Please sign in to comment.