Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 17, 2023
1 parent 41ad45f commit 2bc5263
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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 2bc5263

Please sign in to comment.