Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 19, 2023
1 parent a7311a9 commit 9b2c429
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 0 additions & 4 deletions packages/core/PluginManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ class TypeRecord<ElementClass extends PluggableElementBase> {
all() {
return Object.values(this.registeredTypes)
}

entries() {
return Object.entries(this.registeredTypes)
}
}

// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default function stateTreeFactory(pluginManager: PluginManager) {
connectionTrackConfigurations(connection: {
tracks: AnyConfigurationModel[]
}) {
return !self.view ? [] : filterTracks(connection.tracks, self)
return filterTracks(connection.tracks, self)
},

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,13 @@ exports[`JBrowse model creates with non-empty snapshot 1`] = `
},
},
},
"hierarchical": {
"defaultCollapsed": {
"categoryNames": [
"Methylation",
],
},
},
"logoPath": {
"internetAccountId": undefined,
"internetAccountPreAuthorization": undefined,
Expand Down

0 comments on commit 9b2c429

Please sign in to comment.