diff --git a/plugins/dotplot-view/src/DotplotView/model.ts b/plugins/dotplot-view/src/DotplotView/model.ts index c316027c7a..467b2f776e 100644 --- a/plugins/dotplot-view/src/DotplotView/model.ts +++ b/plugins/dotplot-view/src/DotplotView/model.ts @@ -655,5 +655,6 @@ export default function stateModelFactory(pm: PluginManager) { } export { Dotplot1DView } +export type { Dotplot1DViewModel } export type DotplotViewStateModel = ReturnType export type DotplotViewModel = Instance diff --git a/plugins/linear-comparative-view/src/LinearSyntenyView/model.ts b/plugins/linear-comparative-view/src/LinearSyntenyView/model.ts index 1739add1ee..c17ff07c2a 100644 --- a/plugins/linear-comparative-view/src/LinearSyntenyView/model.ts +++ b/plugins/linear-comparative-view/src/LinearSyntenyView/model.ts @@ -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 => {