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 12, 2024
1 parent dadf634 commit 9c1157c
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 @@ -757,6 +757,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 9c1157c

Please sign in to comment.