Skip to content

Commit

Permalink
Update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 23, 2024
1 parent 7db2a1c commit 4542b49
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,14 @@ function stateModelFactory(schema: AnyConfigurationSchemaType) {
}
session.setSelection(feature)
},
/**
* #autorun
*/
afterCreate() {
console.log(self.colorBySetting, self.colorBy)

Check warning on line 126 in plugins/linear-comparative-view/src/LGVSyntenyDisplay/model.ts

View workflow job for this annotation

GitHub Actions / Lint, typecheck, test

Unexpected console statement
// use color by stand to help indicate inversions better on first load,
// otherwise use selected orientation
if (self.colorBy) {
self.setColorScheme({ ...self.colorBy })
} else {
if (!self.colorBySetting && self.colorBy.type === 'normal') {
self.setColorScheme({ type: 'strand' })
}
},
Expand Down
Loading

0 comments on commit 4542b49

Please sign in to comment.