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 fd6ac60 commit e76f052
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 @@ -70,7 +70,7 @@ gitbook.require(["gitbook", "lodash", "jQuery"], function(gitbook, _, $) {
// Decrease line spacing
function decreaseSpacing(e) {
e.preventDefault();
fontState.spacing--;
fontState.spacing > 10 && fontState.spacing--;
saveFontSettings();
}

Expand Down

0 comments on commit e76f052

Please sign in to comment.