Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 6, 2023
1 parent 6ed724a commit 175deab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugins/dotplot-view/src/DotplotView/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -655,5 +655,6 @@ export default function stateModelFactory(pm: PluginManager) {
}

export { Dotplot1DView }
export type { Dotplot1DViewModel }
export type DotplotViewStateModel = ReturnType<typeof stateModelFactory>
export type DotplotViewModel = Instance<DotplotViewStateModel>
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function stateModelFactory(pluginManager: PluginManager) {
* #action
*/
showAllRegions() {
self.views.forEach(view => view.showAllRegions())
self.views.forEach(view => view.showAllRegionsInAssembly())
},
}))
.views(self => {
Expand Down

0 comments on commit 175deab

Please sign in to comment.