Skip to content

Commit

Permalink
Display character field instead of glyphName
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih-erikli committed Nov 23, 2023
1 parent f80c9b4 commit a1ffacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra/views/editor/panel-reference-font.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export default class ReferenceFontPanel extends Panel {
this.editorController.sceneSettings.glyphLines
);

const letter = this.model.charOverride || selectedGlyphInfo?.glyphName;
const letter = this.model.charOverride || selectedGlyphInfo?.character;

if (!letter) {
return;
Expand Down

0 comments on commit a1ffacd

Please sign in to comment.