Skip to content

Commit

Permalink
Rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jan 16, 2025
1 parent 8f9c8ef commit 99df272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fontra/views/fontoverview/panel-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export class FontOverviewNavigation extends HTMLElement {
this.fontOverviewSettings.fontLocationSource
);

const options = this.fontController
const popupItems = this.fontController
.getSortedSourceIdentifiers()
.map((fontSourceIdentifier) => ({
value: fontSourceIdentifier,
Expand Down Expand Up @@ -221,7 +221,7 @@ export class FontOverviewNavigation extends HTMLElement {
}
});

return popupSelect(controller, "value", options);
return popupSelect(controller, "value", popupItems);
}

_makeFontSourceSliders() {
Expand Down

0 comments on commit 99df272

Please sign in to comment.