Skip to content

Commit

Permalink
Update inst/resources/gitbook/js/plugin-fontsettings.js
Browse files Browse the repository at this point in the history
Co-authored-by: Yihui Xie <[email protected]>
  • Loading branch information
hayden-MB and yihui authored Oct 25, 2024
1 parent 457d4cd commit fa64a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/resources/gitbook/js/plugin-fontsettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ gitbook.require(["gitbook", "lodash", "jQuery"], function(gitbook, _, $) {
[
{
text: 'Spacing -',
onClick: decreaseSpacing
onClick: e => changeSpacing(e, false)
},
{
text: 'Spacing +',
Expand Down

0 comments on commit fa64a81

Please sign in to comment.