From 175deab084e6f4e20bb61f0e19b8e882b64377c3 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 6 Jan 2023 09:30:50 -0700 Subject: [PATCH] Updates --- plugins/dotplot-view/src/DotplotView/model.ts | 1 + plugins/linear-comparative-view/src/LinearSyntenyView/model.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 => {