Skip to content

Commit

Permalink
fix: update monospaceFont in editor template
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny243 committed Jun 25, 2020
1 parent 159f8f3 commit a75f1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/views/editor/editor-view.pug
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
.sk-menu-panel-header-title Global Display
menu-row(
action="self.selectedMenuItem(true); self.toggleWebPrefKey(self.prefKeyMonospace)"
circle="self.state.monospaceEnabled ? 'success' : 'neutral'",
circle="self.state.monospaceFont ? 'success' : 'neutral'",
desc="'Toggles the font style for the default editor'",
disabled='self.activeEditorComponent',
label="'Monospace Font'",
Expand Down

0 comments on commit a75f1b8

Please sign in to comment.