Skip to content

Commit

Permalink
Disable bg layers feature for now
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Nov 13, 2024
1 parent a550ef8 commit b07d1d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fontra/views/editor/panel-designspace-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,10 @@ export default class DesignspaceNavigationPanel extends Panel {
}

async _updateBackgroundLayersList() {
// TODO: the background layers feature is not yet functional, disable for now
this.glyphLayersAccordionItem.hidden = true;
return;

const sourceIndex = this.sceneModel.sceneSettings.selectedSourceIndex;
const haveLayers =
this.sceneModel.selectedGlyph?.isEditing && sourceIndex != undefined;
Expand Down

0 comments on commit b07d1d9

Please sign in to comment.