Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Apr 18, 2024
1 parent 9d47ced commit 1d801f4
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 357 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.14.12",
"@mui/system": "^5.14.12",
"@mui/x-data-grid": "^6.16.1",
"@mui/x-data-grid": "^7.3.0",
"@types/node": "^20.8.6",
"@types/pako": "^2.0.1",
"@types/react": "^18.2.28",
Expand Down
1 change: 0 additions & 1 deletion src/MsaViewPanel/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ export default function stateModelFactory() {
assemblyManager
.get(connectedView.assemblyNames[0])
?.getCanonicalRefName(r2.refName) ?? r2.refName
// @ts-expect-error
connectedView.centerAt(r2.start, r)
}
}),
Expand Down
Loading

0 comments on commit 1d801f4

Please sign in to comment.